Skip to content

Commit

Permalink
chore(release): 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.5...v2.2.0) (2023-04-09)

### Bug Fixes

* **Array:** Fix issue with array that have numerical property key ([db7b5cb](db7b5cb)), closes [#571](#571)

### Features

* **getObjectDefault:** Add method `getObjectDefault` to get an object or a default value when the path is leading to non existing data. ([d47786b](d47786b)), closes [#582](#582)
  • Loading branch information
semantic-release-bot committed Apr 9, 2023
1 parent e67764d commit 5efd5ee
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.2.0](https://github.com/Belphemur/node-json-db/compare/v2.1.5...v2.2.0) (2023-04-09)


### Bug Fixes

* **Array:** Fix issue with array that have numerical property key ([db7b5cb](https://github.com/Belphemur/node-json-db/commit/db7b5cb0672e9371a9eb97531d8dfdc7ffa1c406)), closes [#571](https://github.com/Belphemur/node-json-db/issues/571)


### Features

* **getObjectDefault:** Add method `getObjectDefault` to get an object or a default value when the path is leading to non existing data. ([d47786b](https://github.com/Belphemur/node-json-db/commit/d47786bf76529f9bb6f878e138893c06a1f4b491)), closes [#582](https://github.com/Belphemur/node-json-db/issues/582)

## [2.1.5](https://github.com/Belphemur/node-json-db/compare/v2.1.4...v2.1.5) (2023-03-14)


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.5",
"version": "2.2.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 5efd5ee

Please sign in to comment.