Skip to content

Commit ac228be

Browse files
committed
chore: release v2.1.0
When opening the DB, recover from crashes that happened while compressing the DB Ensure that the DB files are flushed to disk when closing or renaming files Tests now work with the real filesystem instead of `mock-fs`, which breaks in Node.js `16.3+` Modernized TypeScript build output
1 parent d591a87 commit ac228be

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
@@ -133,7 +133,7 @@ The file will be overwritten if it exists. The 2nd options argument can be used
133133
Placeholder for next release:
134134
### __WORK IN PROGRESS__
135135
-->
136-
### __WORK IN PROGRESS__
136+
### 2.1.0 (2021-06-22)
137137
* When opening the DB, recover from crashes that happened while compressing the DB
138138
* Ensure that the DB files are flushed to disk when closing or renaming files
139139
* Tests now work with the real filesystem instead of `mock-fs`, which breaks in Node.js `16.3+`

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.0.0",
3+
"version": "2.1.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)