Skip to content

Commit 743502a

Browse files
committed
Version bump
1 parent 3c7cfc8 commit 743502a

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

dist/haro.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @copyright 2026 Jason Mulligan <jason.mulligan@avoidwork.com>
55
* @license BSD-3-Clause
6-
* @version 17.0.0
6+
* @version 17.0.1
77
*/
88
'use strict';
99

dist/haro.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @copyright 2026 Jason Mulligan <jason.mulligan@avoidwork.com>
55
* @license BSD-3-Clause
6-
* @version 17.0.0
6+
* @version 17.0.1
77
*/
88
import {randomUUID}from'crypto';import {lru}from'tiny-lru';// String constants - Single characters and symbols
99
const STRING_COMMA = ",";

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "haro",
3-
"version": "17.0.0",
3+
"version": "17.0.1",
44
"description": "A fast, flexible immutable DataStore for collections of records with indexing, versioning, and advanced querying capabilities",
55
"type": "module",
66
"types": "types/haro.d.ts",

0 commit comments

Comments
 (0)