Skip to content

Commit 1cedd75

Browse files
authored
Merge pull request #41 from holidayextras/pin-sequelize-3.23.4
Pin `sequelize-3.23.4`.
2 parents f769f32 + 7d0e333 commit 1cedd75

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- 2016-07-28 - v1.2.7
2+
- 2016-07-28 - Pin `sequelize-3.23.4`
13
- 2016-07-18 - v1.2.6
24
- 2016-07-18 - Fix case insensitive matches for PostgreSQL
35
- 2016-07-18 - Enable multi-dialect support for tests

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonapi-store-relationaldb",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"description": "Relational data store for jsonapi-server.",
55
"keywords": [
66
"json:api",
@@ -29,7 +29,7 @@
2929
"lodash.omit": "^4.3.0",
3030
"lodash.pick": "^4.2.1",
3131
"semver": "^5.3.0",
32-
"sequelize": "^3.23.4"
32+
"sequelize": "3.23.4"
3333
},
3434
"devDependencies": {
3535
"blanket": "^1.2.3",

0 commit comments

Comments
 (0)