Skip to content

Commit 65dbe3e

Browse files
committed
3.0.0
1 parent c3558a6 commit 65dbe3e

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ app.controller('postCtrl', function ($scope, $routeParams, Post, Comment) {
9999
[CHANGELOG.md](https://github.com/js-data/js-data-angular/blob/master/CHANGELOG.md)
100100

101101
### Community
102+
- [Gitter Channel](https://gitter.im/js-data/js-data) - Better than IRC!
103+
- [Announcements](http://www.js-data.io/blog)
102104
- [Mailing List](https://groups.io/org/groupsio/jsdata) - Ask your questions!
103105
- [Issues](https://github.com/js-data/js-data-angular/issues) - Found a bug? Feature request? Submit an issue!
104106
- [GitHub](https://github.com/js-data/js-data-angular) - View the source code for js-data.

dist/js-data-angular.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* js-data-angular
3-
* @version 3.0.0-rc.1 - Homepage <https://www.js-data.io/docs/js-data-angular/>
3+
* @version 3.0.0 - Homepage <https://www.js-data.io/docs/js-data-angular/>
44
* @author Jason Dobry <[email protected]>
55
* @copyright (c) 2014-2015 Jason Dobry
66
* @license MIT <https://github.com/js-data/js-data-angular/blob/master/LICENSE>

dist/js-data-angular.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"grunt-contrib-clean": "0.6.0",
2727
"grunt-contrib-uglify": "0.9.1",
2828
"grunt-contrib-watch": "0.6.1",
29-
"grunt-karma": "0.11.1",
29+
"grunt-karma": "0.11.2",
3030
"grunt-karma-coveralls": "2.5.3",
31-
"grunt-webpack": "1.0.10",
31+
"grunt-webpack": "1.0.11",
3232
"jit-grunt": "0.9.1",
3333
"jshint-loader": "0.8.3",
3434
"karma": "0.12.37",

0 commit comments

Comments
 (0)