Skip to content

Commit

Permalink
chore: release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Apr 25, 2020
1 parent 6bb531e commit 4fce31b
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 @@ -52,7 +52,7 @@ await db.compress();
### __WORK IN PROGRESS__
-->

### __WORK IN PROGRESS__
### 0.1.3 (2020-04-25)
* Writes that happen while `compress()` replaces files are now persisted

### 0.1.2 (2020-04-25)
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": "0.1.2",
"version": "0.1.3",
"description": "Simple JSONL-based key-value store",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down

0 comments on commit 4fce31b

Please sign in to comment.