Skip to content

Commit 8e32146

Browse files
committed
Prepare 3.0.0-rc.1
1 parent 52c7a4a commit 8e32146

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
##### 3.0.0-rc.1 - 15 August 2016
2+
3+
###### Backwards compatible changes
4+
- Upgrade dependencies
5+
16
##### 3.0.0-beta.8 - 08 July 2016
27

38
###### Backwards compatible changes

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@
5959
"release": "npm test && npm run doc && repo-tools updates && repo-tools changelog && repo-tools authors"
6060
},
6161
"dependencies": {
62-
"js-data-adapter": "~0.7.4",
62+
"js-data-adapter": "~0.8.2",
6363
"mout": "1.0.0"
6464
},
6565
"peerDependencies": {
66-
"js-data": "^3.0.0-beta.10",
66+
"js-data": "^3.0.0-rc.4",
6767
"rethinkdbdash": ">=2.0.0"
6868
},
6969
"devDependencies": {
70-
"js-data-repo-tools": "0.5.5"
70+
"js-data-repo-tools": "0.5.6"
7171
}
7272
}

0 commit comments

Comments
 (0)