Skip to content

Commit 6fa15a3

Browse files
author
guylabs
committed
(chore): prepare for 0.4.3 release
1 parent 4b4133b commit 6fa15a3

File tree

5 files changed

+19
-6
lines changed

5 files changed

+19
-6
lines changed

RELEASENOTES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Release notes of angular-spring-data-rest
22

3+
## Version 0.4.3
4+
5+
* Tag: [0.4.3](https://github.com/guylabs/angular-spring-data-rest/tree/0.4.3)
6+
* 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)
7+
8+
### Changes
9+
10+
* Fixed issue [#12](https://github.com/guylabs/angular-spring-data-rest/issues/12). Thanks to Romy (rkusuma) for the contribution!
11+
12+
### Migration notes
13+
14+
* No migration needed.
15+
316
## Version 0.4.2
417

518
* Tag: [0.4.2](https://github.com/guylabs/angular-spring-data-rest/tree/0.4.2)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-spring-data-rest",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "An AngularJS module to ease the work with a Spring Data REST backend.",
55
"main": "./dist/angular-spring-data-rest.js",
66
"license": "MIT",

dist/angular-spring-data-rest.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
/**
66
* @module spring-data-rest
7-
* @version 0.4.2
7+
* @version 0.4.3
88
*
99
* An AngularJS module to ease the work with a Spring Data REST backend.
1010
*/
1111
angular.module("spring-data-rest", ["ngResource"]);
1212

1313
/**
1414
* @module spring-data-rest
15-
* @version 0.4.2
15+
* @version 0.4.3
1616
*
1717
* Provider for the SpringDataRestAdapter which is the core of this module.
1818
*/
@@ -389,7 +389,7 @@ angular.module("spring-data-rest").provider("SpringDataRestAdapter", function ()
389389
});
390390
/**
391391
* @module spring-data-rest
392-
* @version 0.4.2
392+
* @version 0.4.3
393393
*
394394
* Provider for the interceptor which wraps the SpringDataRestAdapter around the response object.
395395
*/

dist/angular-spring-data-rest.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-spring-data-rest",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "An AngularJS module to ease the work with a Spring Data REST backend.",
55
"keywords": [
66
"AngularJS",

0 commit comments

Comments
 (0)