Skip to content

Commit 78b58f3

Browse files
committed
Release 1.5.1
1 parent 59e1694 commit 78b58f3

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11

2+
1.5.1 / 2015-04-03
3+
==================
4+
5+
* Release 1.5.0
6+
* Updated zip
7+
* Merge branch 'master' of github.com:mgonto/restangular
8+
* Merge pull request #1081 from rajeshwarpatlolla/develop
9+
* Merge pull request #1079 from wching/master
10+
* change in README file
11+
* url modified for 'Chain methods together to easily build complex requests'
12+
* Update README.md
13+
* Update README.md
14+
215
1.5.0 / 2015-04-03
316
==================
417
* Tons of bug fixes

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "restangular",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"main": "./dist/restangular.js",
55
"description": "Restful Resources service for AngularJS apps",
66
"repository": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "restangular",
33
"description": "Restful Resources service for AngularJS apps",
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"filename": "restangular.min.js",
66
"main": "./dist/restangular.min.js",
77
"homepage": "https://github.com/mgonto/restangular",

0 commit comments

Comments
 (0)