Skip to content

Commit

Permalink
chore(release): 0.9.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.9.2](v0.9.1...v0.9.2) (2018-11-18)

### Bug Fixes

* **Packaging:** Add type to package. ([aef8826](aef8826)), closes [#58](#58) [#57](#57)
  • Loading branch information
semantic-release-bot committed Nov 18, 2018
1 parent 407948e commit 12bcbce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.9.2](https://github.com/Belphemur/node-json-db/compare/v0.9.1...v0.9.2) (2018-11-18)


### Bug Fixes

* **Packaging:** Add type to package. ([aef8826](https://github.com/Belphemur/node-json-db/commit/aef8826)), closes [#58](https://github.com/Belphemur/node-json-db/issues/58) [#57](https://github.com/Belphemur/node-json-db/issues/57)

## [0.9.1](https://github.com/Belphemur/node-json-db/compare/v0.9.0...v0.9.1) (2018-10-10)


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": "0.9.1",
"version": "0.9.2",
"description": "Database using JSON file as storage for Node.JS",
"main": "dist/JsonDB.js",
"types": "dist/types/JsonDB.d.ts",
Expand Down

0 comments on commit 12bcbce

Please sign in to comment.