Skip to content

Commit

Permalink
release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
basti1302 committed Feb 10, 2017
1 parent c26ed00 commit 0017d37
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "traverson-angular",
"main": "browser/dist/traverson-angular.js",
"version": "5.0.0",
"version": "6.0.0",
"homepage": "https://github.com/basti1302/traverson-angular",
"authors": [
"Bastian Krol <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "traverson-angular",
"version": "5.0.0",
"version": "6.0.0",
"description": "AngularJS adapter for Traverson",
"repository": "https://github.com/basti1302/traverson-angular.git",
"main": "traverson-angular.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"AngularJS"
],
"dependencies": {
"traverson": "^5.0.0"
"traverson": "^6.0.1"
},
"devDependencies": {
"angular": "^1.3.4",
Expand Down
2 changes: 2 additions & 0 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,8 @@ Release Notes

A new version of traverson-angular is usually released for each new version of Traverson. Since traverson-angular is just a wrapper around Traverson, the release notes will often only just reference the release notes of Traverson. Multiple versions of traverson-angular might be released that use the same version of traverson, so the actual version numbers of traverson and traverson-angular do not always match. The traverson version used in the traverson-angular release is noted for each release.

* 6.0.0 2017-02-10:
* Update to Traverson release 6.0.1 (including auto headers).
* 5.0.0 2016-12-20:
* Update to Traverson release 5.0.0.
* See [Traverson's release notes](https://github.com/basti1302/traverson/blob/master/release-notes.markdown)
Expand Down

0 comments on commit 0017d37

Please sign in to comment.