Skip to content

Commit

Permalink
chore(release): 2.1.5 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.5](v2.1.4...v2.1.5) (2023-03-14)

### Performance Improvements

* **Interoperability:** Export underlying adapter type to let developers customize the storage logic ([cfa874e](cfa874e)), closes [#568](#568)
  • Loading branch information
semantic-release-bot committed Mar 14, 2023
1 parent 02df98d commit 9569699
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.5](https://github.com/Belphemur/node-json-db/compare/v2.1.4...v2.1.5) (2023-03-14)


### Performance Improvements

* **Interoperability:** Export underlying adapter type to let developers customize the storage logic ([cfa874e](https://github.com/Belphemur/node-json-db/commit/cfa874ed9c43500578131470e391142464d9f03b)), closes [#568](https://github.com/Belphemur/node-json-db/issues/568)

## [2.1.4](https://github.com/Belphemur/node-json-db/compare/v2.1.3...v2.1.4) (2023-01-24)


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.4",
"version": "2.1.5",
"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 9569699

Please sign in to comment.