Skip to content

Commit 9334598

Browse files
committed
chore: release v2.3.0
* Add the ability to dump the database to a different location
1 parent e8a4968 commit 9334598

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The file will be overwritten if it exists. The 2nd options argument can be used
142142
Placeholder for next release:
143143
### __WORK IN PROGRESS__
144144
-->
145-
### __WORK IN PROGRESS__
145+
### 2.3.0 (2021-12-19)
146146
* Add the ability to dump the database to a different location
147147

148148
### 2.2.0 (2021-10-15)

package-lock.json

Lines changed: 1 addition & 1 deletion
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.2.0",
3+
"version": "2.3.0",
44
"description": "Simple JSONL-based key-value store",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",

0 commit comments

Comments
 (0)