Skip to content

Commit 968d08f

Browse files
committed
chore: release v2.5.3
* Consider lockfiles from the future to be stale (#371)
1 parent f842b12 commit 968d08f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ The file will be overwritten if it exists. The 2nd options argument can be used
150150
Placeholder for next release:
151151
### __WORK IN PROGRESS__
152152
-->
153+
### 2.5.3 (2022-09-06)
154+
* Consider lockfiles from the future to be stale (#371)
155+
153156
### 2.5.2 (2022-05-02)
154157
* Dependency updates
155158

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": "@alcalzone/jsonl-db",
3-
"version": "2.5.2",
3+
"version": "2.5.3",
44
"description": "Simple JSONL-based key-value store",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",

0 commit comments

Comments
 (0)