From 2682e53d0c4f7ea2e48b188f14e4ed153cec5afa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 Jun 2022 14:27:59 +0000 Subject: [PATCH] chore(release): 1.6.0 [skip ci] # [1.6.0](https://github.com/Belphemur/node-json-db/compare/v1.5.0...v1.6.0) (2022-06-30) ### Features * **Array:** Add support for nested array ([854422f](https://github.com/Belphemur/node-json-db/commit/854422f5855acd397a9027c011a66b142052d84e)), closes [#422](https://github.com/Belphemur/node-json-db/issues/422) [#417](https://github.com/Belphemur/node-json-db/issues/417) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb7842ff..0b31e3b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.6.0](https://github.com/Belphemur/node-json-db/compare/v1.5.0...v1.6.0) (2022-06-30) + + +### Features + +* **Array:** Add support for nested array ([854422f](https://github.com/Belphemur/node-json-db/commit/854422f5855acd397a9027c011a66b142052d84e)), closes [#422](https://github.com/Belphemur/node-json-db/issues/422) [#417](https://github.com/Belphemur/node-json-db/issues/417) + # [1.5.0](https://github.com/Belphemur/node-json-db/compare/v1.4.1...v1.5.0) (2022-03-11) diff --git a/package.json b/package.json index 082a08ce..320dec99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-json-db", - "version": "1.5.0", + "version": "1.6.0", "description": "Database using JSON file as storage for Node.JS", "main": "dist/JsonDB.js", "types": "dist/JsonDB.d.ts",