Skip to content

Commit

Permalink
chore(release): 2.1.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.3](v2.1.2...v2.1.3) (2022-09-21)

### Performance Improvements

* **Locking:** Use proper read write lock instead of one lock for all operation ([f3f422a](f3f422a)), closes [#490](#490)
  • Loading branch information
semantic-release-bot committed Sep 21, 2022
1 parent 2f595b2 commit d5fa526
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.1.3](https://github.com/Belphemur/node-json-db/compare/v2.1.2...v2.1.3) (2022-09-21)


### Performance Improvements

* **Locking:** Use proper read write lock instead of one lock for all operation ([f3f422a](https://github.com/Belphemur/node-json-db/commit/f3f422a5f4cea27f339da8c9adde7ebad251396c)), closes [#490](https://github.com/Belphemur/node-json-db/issues/490)

## [2.1.2](https://github.com/Belphemur/node-json-db/compare/v2.1.1...v2.1.2) (2022-09-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-json-db",
"version": "2.1.2",
"version": "2.1.3",
"description": "Database using JSON file as storage for Node.JS",
"main": "dist/JsonDB.js",
"types": "dist/JsonDB.d.ts",
Expand Down

0 comments on commit d5fa526

Please sign in to comment.