We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f769f32 + 7d0e333 commit 1cedd75Copy full SHA for 1cedd75
CHANGELOG.md
@@ -1,3 +1,5 @@
1
+- 2016-07-28 - v1.2.7
2
+- 2016-07-28 - Pin `sequelize-3.23.4`
3
- 2016-07-18 - v1.2.6
4
- 2016-07-18 - Fix case insensitive matches for PostgreSQL
5
- 2016-07-18 - Enable multi-dialect support for tests
package.json
@@ -1,6 +1,6 @@
{
"name": "jsonapi-store-relationaldb",
- "version": "1.2.6",
+ "version": "1.2.7",
"description": "Relational data store for jsonapi-server.",
"keywords": [
6
"json:api",
@@ -29,7 +29,7 @@
29
"lodash.omit": "^4.3.0",
30
"lodash.pick": "^4.2.1",
31
"semver": "^5.3.0",
32
- "sequelize": "^3.23.4"
+ "sequelize": "3.23.4"
33
},
34
"devDependencies": {
35
"blanket": "^1.2.3",
0 commit comments