Skip to content

Commit e50f5b1

Browse files
committed
Stable Version 1.0.0.
1 parent 39b1a7d commit e50f5b1

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
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 - 03 February 2015
2+
3+
Stable Version 1.0.0
4+
15
##### 1.0.0-beta.1 - 12 January 2015
26

37
Now in beta.

package.json

Lines changed: 5 additions & 5 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-beta.1",
4+
"version": "1.0.0",
55
"homepage": "http://www.js-data.io/docs/dsrethinkdbadapter",
66
"repository": {
77
"type": "git",
@@ -30,20 +30,20 @@
3030
"devDependencies": {
3131
"chai": "1.10.0",
3232
"grunt": "0.4.5",
33-
"grunt-contrib-jshint": "0.10.0",
33+
"grunt-contrib-jshint": "0.11.0",
3434
"grunt-contrib-watch": "0.6.1",
3535
"grunt-karma-coveralls": "2.5.3",
3636
"grunt-mocha-test": "0.12.6",
37-
"jit-grunt": "0.9.0",
37+
"jit-grunt": "0.9.1",
3838
"sinon": "1.12.2",
3939
"time-grunt": "1.0.0"
4040
},
4141
"scripts": {
4242
"test": "grunt test"
4343
},
4444
"dependencies": {
45-
"js-data": "^1.0.0-beta.1",
45+
"js-data": ">=1.0.0",
4646
"mout": "0.11.0",
47-
"rethinkdbdash": "^1.15.x"
47+
"rethinkdbdash": ">=1.15.0"
4848
}
4949
}

0 commit comments

Comments
 (0)