Skip to content

Commit 1415842

Browse files
authored
[skip ci] Merge pull request #100 from Belphemur/master
Backport
2 parents 59211c6 + fe2f380 commit 1415842

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.0.2](https://github.com/Belphemur/node-json-db/compare/v1.0.1...v1.0.2) (2019-10-15)
2+
3+
4+
### Bug Fixes
5+
6+
* **Array:** Add support for dash in array name ([b271507](https://github.com/Belphemur/node-json-db/commit/b2715070023a07a29c2d66268b1f69d35cf9229d)), closes [#98](https://github.com/Belphemur/node-json-db/issues/98)
7+
8+
## [1.0.1](https://github.com/Belphemur/node-json-db/compare/v1.0.0...v1.0.1) (2019-07-22)
9+
10+
11+
### Bug Fixes
12+
13+
* **README:** Update documentation ([c7a631b](https://github.com/Belphemur/node-json-db/commit/c7a631b)), closes [#90](https://github.com/Belphemur/node-json-db/issues/90) [#85](https://github.com/Belphemur/node-json-db/issues/85)
14+
115
# [1.0.0](https://github.com/Belphemur/node-json-db/compare/v0.11.0...v1.0.0) (2019-06-24)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-json-db",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "Database using JSON file as storage for Node.JS",
55
"main": "dist/JsonDB.js",
66
"types": "dist/JsonDB.d.ts",

0 commit comments

Comments
 (0)