Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.0...v2.1.0) (2022-08-08)

### Bug Fixes

* **Config:** put proper default for ConfigWithAdapter ([8d38302](8d38302))

### Features

* **Date:** Add support for serializing and deserializing date type ([d7a904e](d7a904e)), closes [#362](#362)
  • Loading branch information
semantic-release-bot committed Aug 8, 2022
1 parent 6511cb8 commit 20f92a5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.1.0](https://github.com/Belphemur/node-json-db/compare/v2.0.0...v2.1.0) (2022-08-08)


### Bug Fixes

* **Config:** put proper default for ConfigWithAdapter ([8d38302](https://github.com/Belphemur/node-json-db/commit/8d3830267e72831ea2abdd3c6ff4a061f5dc3c40))


### Features

* **Date:** Add support for serializing and deserializing date type ([d7a904e](https://github.com/Belphemur/node-json-db/commit/d7a904e84e6a5c3671d3177508faca217c0c909b)), closes [#362](https://github.com/Belphemur/node-json-db/issues/362)

# [2.0.0](https://github.com/Belphemur/node-json-db/compare/v1.6.0...v2.0.0) (2022-08-01)


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.0.0",
"version": "2.1.0",
"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 20f92a5

Please sign in to comment.