diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 0949982..c223072 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,5 +1,18 @@ # Release notes of angular-spring-data-rest +## Version 0.4.3 + +* Tag: [0.4.3](https://github.com/guylabs/angular-spring-data-rest/tree/0.4.3) +* Release: [angular-spring-data-rest-0.4.3.zip](https://github.com/guylabs/angular-spring-data-rest/releases/download/0.4.3/angular-spring-data-rest-0.4.3.zip) + +### Changes + +* Fixed issue [#12](https://github.com/guylabs/angular-spring-data-rest/issues/12). Thanks to Romy (rkusuma) for the contribution! + +### Migration notes + +* No migration needed. + ## Version 0.4.2 * Tag: [0.4.2](https://github.com/guylabs/angular-spring-data-rest/tree/0.4.2) diff --git a/bower.json b/bower.json index f56fa78..217809f 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-spring-data-rest", - "version": "0.4.2", + "version": "0.4.3", "description": "An AngularJS module to ease the work with a Spring Data REST backend.", "main": "./dist/angular-spring-data-rest.js", "license": "MIT", diff --git a/dist/angular-spring-data-rest.js b/dist/angular-spring-data-rest.js index 8742e69..4d3e291 100644 --- a/dist/angular-spring-data-rest.js +++ b/dist/angular-spring-data-rest.js @@ -4,7 +4,7 @@ /** * @module spring-data-rest - * @version 0.4.2 + * @version 0.4.3 * * An AngularJS module to ease the work with a Spring Data REST backend. */ @@ -12,7 +12,7 @@ angular.module("spring-data-rest", ["ngResource"]); /** * @module spring-data-rest - * @version 0.4.2 + * @version 0.4.3 * * Provider for the SpringDataRestAdapter which is the core of this module. */ @@ -389,7 +389,7 @@ angular.module("spring-data-rest").provider("SpringDataRestAdapter", function () }); /** * @module spring-data-rest - * @version 0.4.2 + * @version 0.4.3 * * Provider for the interceptor which wraps the SpringDataRestAdapter around the response object. */ diff --git a/dist/angular-spring-data-rest.min.js b/dist/angular-spring-data-rest.min.js index 4536916..413dbed 100644 --- a/dist/angular-spring-data-rest.min.js +++ b/dist/angular-spring-data-rest.min.js @@ -1,5 +1,5 @@ /*! - * angular-spring-data-rest 0.4.2 + * angular-spring-data-rest 0.4.3 * Copyright 2015 Guy Brand (@guy_labs) * https://github.com/guylabs/angular-spring-data-rest */ diff --git a/package.json b/package.json index c72090f..410c09c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-spring-data-rest", - "version": "0.4.2", + "version": "0.4.3", "description": "An AngularJS module to ease the work with a Spring Data REST backend.", "keywords": [ "AngularJS",