Skip to content

Commit

Permalink
chore(release): 2.1.4 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.4](v2.1.3...v2.1.4) (2023-01-24)

### Performance Improvements

* **FileAdapter:** Remove need for atomically. With RWLock we have all we need. ([4b52670](4b52670))
  • Loading branch information
semantic-release-bot committed Jan 24, 2023
1 parent b8b63da commit fc8c727
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.4](https://github.com/Belphemur/node-json-db/compare/v2.1.3...v2.1.4) (2023-01-24)


### Performance Improvements

* **FileAdapter:** Remove need for atomically. With RWLock we have all we need. ([4b52670](https://github.com/Belphemur/node-json-db/commit/4b526703c78f8c2e0ff8cdcd0e198ffba0cd5219))

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


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.3",
"version": "2.1.4",
"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 fc8c727

Please sign in to comment.