Skip to content

Commit d5fa526

Browse files
chore(release): 2.1.3 [skip ci]
## [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)
1 parent 2f595b2 commit d5fa526

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.1.3](https://github.com/Belphemur/node-json-db/compare/v2.1.2...v2.1.3) (2022-09-21)
2+
3+
4+
### Performance Improvements
5+
6+
* **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)
7+
18
## [2.1.2](https://github.com/Belphemur/node-json-db/compare/v2.1.1...v2.1.2) (2022-09-09)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-json-db",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "Database using JSON file as storage for Node.JS",
55
"main": "dist/JsonDB.js",
66
"types": "dist/JsonDB.d.ts",

0 commit comments

Comments
 (0)