Skip to content

Commit

Permalink
Update CHANGELOG and bump package version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
paparomeo committed Nov 14, 2017
1 parent 660d45f commit d3015f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- 2017-11-14 - v4.1.0
- 2017-11-14 - New configuration option to disable automatic id generation.
- 2017-11-14 - Update GraphQL dependencies to latest versions.
- 2017-11-14 - Remove yarn lockfile.
- 2017-11-03 - v4.0.0
- 2017-11-03 - Return error when a response item does not validate.
- 2017-11-03 - Remove Node.js 4 support.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonapi-server",
"version": "4.0.0",
"version": "4.1.0",
"description": "A config driven NodeJS framework implementing json:api",
"keywords": [
"jsonapi",
Expand Down

0 comments on commit d3015f2

Please sign in to comment.