Skip to content

Commit a3afe7b

Browse files
committed
Update changelog and bump version.
1 parent 508506c commit a3afe7b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- 2016-05-31 - v1.2.0
2+
- 2016-05-31 - Use latest `jsonapi-server` processed filter
13
- 2016-05-13 - v1.1.0
24
- 2016-05-13 - Support `jsonapi-server` v1.2
35
- 2016-05-13 - Multiple resources per database

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonapi-store-relationaldb",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Relational data store for jsonapi-server.",
55
"keywords": [
66
"json:api",
@@ -35,7 +35,7 @@
3535
"blanket": "1.1.9",
3636
"coveralls": "^2.11.9",
3737
"eslint": "^2.11.0",
38-
"jsonapi-server": "holidayextras/jsonapi-server#2ba05c6",
38+
"jsonapi-server": "^1.10.0",
3939
"mocha": "^2.5.3",
4040
"mocha-lcov-reporter": "^1.2.0",
4141
"mocha-performance": "^0.1.1",

0 commit comments

Comments
 (0)