From 20f92a5449a209d5706c20e47bbf08bde1ed1e99 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 8 Aug 2022 21:34:52 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] # [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) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11bebfea..ffab233b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 22309e4f..fba03c7d 100644 --- a/package.json +++ b/package.json @@ -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",