Skip to content

Commit 2ca3c95

Browse files
authored
Merge pull request #84 from paparomeo/release-3.0.0
Update CHANGELOG and bump package version for release.
2 parents adaa365 + f16a61b commit 2ca3c95

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
- 2017-10-02 - v3.0.0
2+
- 2017-10-02 - Allow injecting a Sequelize instance.
3+
- 2017-10-02 - Fix npm scripts on MS Windows.
4+
- 2017-10-02 - Allow specifying `dialectOptions` when configuring handler.
5+
- 2017-10-02 - Use JSONB in PostgreSQL for optimised JSON object storage.
6+
- 2017-10-02 - Only support PostgreSQL >= 9.4 (for required JSONB support).
17
- 2017-09-27 - v2.1.0
28
- 2017-09-27 - Migrate to Sequelize v4
39
- 2017-09-27 - Use native Array support for PostgreSQL

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonapi-store-relationaldb",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "Relational data store for jsonapi-server.",
55
"keywords": [
66
"json:api",

0 commit comments

Comments
 (0)