Skip to content

Commit 204d5c5

Browse files
committed
Stable Version 1.0.0-alpha.2.
1 parent 3f586f8 commit 204d5c5

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### 1.0.0-alpha.2 - 23 November 2014
2+
3+
Upgraded dependencies
4+
15
##### 1.0.0-alpha.1 - 01 November 2014
26

37
###### Backwards compatible API changes

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-data-rethinkdb",
33
"description": "RethinkDB adapter for js-data.",
4-
"version": "1.0.0-alpha.1",
4+
"version": "1.0.0-alpha.2",
55
"homepage": "http://www.js-data.io/docs/dsrethinkdbadapter",
66
"repository": {
77
"type": "git",
@@ -28,22 +28,22 @@
2828
"reql"
2929
],
3030
"devDependencies": {
31-
"chai": "1.9.2",
31+
"chai": "1.10.0",
3232
"grunt": "0.4.5",
3333
"grunt-contrib-jshint": "0.10.0",
3434
"grunt-contrib-watch": "0.6.1",
3535
"grunt-karma-coveralls": "2.5.2",
36-
"grunt-mocha-test": "0.12.2",
36+
"grunt-mocha-test": "0.12.4",
3737
"jit-grunt": "0.9.0",
38-
"sinon": "1.11.1",
38+
"sinon": "1.12.1",
3939
"time-grunt": "1.0.0"
4040
},
4141
"scripts": {
4242
"test": "grunt test"
4343
},
4444
"dependencies": {
45-
"js-data": "~1.0.x",
46-
"mout": "0.10.0",
47-
"rethinkdbdash": "~1.15.x"
45+
"js-data": "^1.0.0-alpha.5-1",
46+
"mout": "0.11.0",
47+
"rethinkdbdash": "^1.15.x"
4848
}
4949
}

0 commit comments

Comments
 (0)