Skip to content

Commit

Permalink
chore: release v2.1.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
AlCalzone committed Jun 22, 2021
1 parent d591a87 commit ac228be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -133,7 +133,7 @@ The file will be overwritten if it exists. The 2nd options argument can be used
Placeholder for next release:
### __WORK IN PROGRESS__
-->
### __WORK IN PROGRESS__
### 2.1.0 (2021-06-22)
* 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+`
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@alcalzone/jsonl-db",
"version": "2.0.0",
"version": "2.1.0",
"description": "Simple JSONL-based key-value store",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down

0 comments on commit ac228be

Please sign in to comment.