Skip to content

Commit 39b1a7d

Browse files
committed
Stable Version 1.0.0-beta.1.
1 parent 1b49dc1 commit 39b1a7d

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
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-beta.1 - 12 January 2015
2+
3+
Now in beta.
4+
15
##### 1.0.0-alpha.5 - 28 November 2014
26

37
###### Backwards compatible API changes

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 Jason Dobry
3+
Copyright (c) 2014-2015 Jason Dobry
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<img src="https://raw.githubusercontent.com/js-data/js-data/master/js-data.png" alt="js-data logo" title="js-data" align="right" width="64" height="64" />
22

3-
## js-data-rethinkdb
3+
## js-data-rethinkdb [![NPM version](https://badge.fury.io/js/js-data-rethinkdb.png)](http://badge.fury.io/js/js-data-rethinkdb)
44

55
RethinkDB adapter for [js-data](http://www.js-data.io/).
66

@@ -60,7 +60,7 @@ First, feel free to contact me with questions. [Mailing List](https://groups.io/
6060

6161
The MIT License (MIT)
6262

63-
Copyright (c) 2014 Jason Dobry
63+
Copyright (c) 2014-2015 Jason Dobry
6464

6565
Permission is hereby granted, free of charge, to any person obtaining a copy
6666
of this software and associated documentation files (the "Software"), to deal

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-alpha.5",
4+
"version": "1.0.0-beta.1",
55
"homepage": "http://www.js-data.io/docs/dsrethinkdbadapter",
66
"repository": {
77
"type": "git",
@@ -32,17 +32,17 @@
3232
"grunt": "0.4.5",
3333
"grunt-contrib-jshint": "0.10.0",
3434
"grunt-contrib-watch": "0.6.1",
35-
"grunt-karma-coveralls": "2.5.2",
36-
"grunt-mocha-test": "0.12.4",
35+
"grunt-karma-coveralls": "2.5.3",
36+
"grunt-mocha-test": "0.12.6",
3737
"jit-grunt": "0.9.0",
38-
"sinon": "1.12.1",
38+
"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-alpha.5-4",
45+
"js-data": "^1.0.0-beta.1",
4646
"mout": "0.11.0",
4747
"rethinkdbdash": "^1.15.x"
4848
}

0 commit comments

Comments
 (0)