Skip to content

Commit

Permalink
(chore): prepare for 0.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
guylabs committed Sep 8, 2015
1 parent 4b4133b commit 6fa15a3
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
13 changes: 13 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions dist/angular-spring-data-rest.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

/**
* @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.
*/
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.
*/
Expand Down Expand Up @@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-spring-data-rest.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6fa15a3

Please sign in to comment.