Skip to content

Commit

Permalink
Merge pull request #84 from paparomeo/release-3.0.0
Browse files Browse the repository at this point in the history
Update CHANGELOG and bump package version for release.
  • Loading branch information
pmcnr-hx authored Oct 1, 2017
2 parents adaa365 + f16a61b commit 2ca3c95
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
- 2017-10-02 - v3.0.0
- 2017-10-02 - Allow injecting a Sequelize instance.
- 2017-10-02 - Fix npm scripts on MS Windows.
- 2017-10-02 - Allow specifying `dialectOptions` when configuring handler.
- 2017-10-02 - Use JSONB in PostgreSQL for optimised JSON object storage.
- 2017-10-02 - Only support PostgreSQL >= 9.4 (for required JSONB support).
- 2017-09-27 - v2.1.0
- 2017-09-27 - Migrate to Sequelize v4
- 2017-09-27 - Use native Array support for PostgreSQL
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-store-relationaldb",
"version": "2.1.0",
"version": "3.0.0",
"description": "Relational data store for jsonapi-server.",
"keywords": [
"json:api",
Expand Down

0 comments on commit 2ca3c95

Please sign in to comment.