Skip to content

Commit

Permalink
Bump package version and update CHANGELOG for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcnr-hx committed Sep 23, 2017
1 parent 7c2b1cf commit 6da53ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
- 2017-09-23 - v2.0.0
- 2017-09-23 - Bump all dependencies
- 2017-09-23 - Support Node.js 8.
- 2017-09-23 - Only Node.js >= 4.5 is now supported.
- 2017-09-23 - Support latest `jsonapi-server`.
- 2017-09-23 - Prevent crash when `attributeConfig` is `null` or `undefined`
- 2016-12-09 - v1.5.1
- 2016-12-09 - Bump all dependencies
- 2016-06-25 - v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jsonapi-store-mongodb",
"version": "1.5.2",
"version": "2.0.0",
"description": "MongoDB data store for jsonapi-server.",
"main": "lib/mongoHandler.js",
"repository": {
Expand Down

0 comments on commit 6da53ab

Please sign in to comment.