Skip to content

Commit

Permalink
Merge pull request #72 from paparomeo/release-2.1.0
Browse files Browse the repository at this point in the history
Release 2.1.0
  • Loading branch information
pmcnr-hx authored Sep 27, 2017
2 parents e5adddd + a190677 commit c76bbda
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 51 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- 2017-09-27 - v2.1.0
- 2017-09-27 - Migrate to Sequelize v4
- 2017-09-27 - Use native Array support for PostgreSQL
- 2017-09-26 - v2.0.0
- 2017-09-26 - Support Node.js 8
- 2017-09-26 - Only Node.js >= 4.5 is now supported
Expand Down
76 changes: 28 additions & 48 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonapi-store-relationaldb",
"version": "2.0.0",
"version": "2.1.0",
"description": "Relational data store for jsonapi-server.",
"keywords": [
"json:api",
Expand All @@ -27,7 +27,7 @@
"joi": "11.1.1",
"lodash": "4.17.4",
"semver": "5.4.1",
"sequelize": "~4.11.1"
"sequelize": "4.11.1"
},
"devDependencies": {
"blanket": "1.2.3",
Expand All @@ -39,7 +39,6 @@
"mocha": "3.5.3",
"mocha-lcov-reporter": "1.3.0",
"mocha-performance": "0.1.1",
"mysql": "2.14.1",
"mysql2": "1.4.2",
"pg": "^6.4.2",
"pg-hstore": "2.3.2",
Expand Down

0 comments on commit c76bbda

Please sign in to comment.