diff --git a/bower.json b/bower.json index 9f2b8e0..ed03c4c 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-history-browser", - "version": "1.0.0-rc.1.0.0", + "version": "1.0.0", "description": "An implementation of the Aurelia history interface based on standard browser hash change and push state mechanisms.", "keywords": [ "aurelia", diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index cb14674..32ca761 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,8 @@ + +# [1.0.0](https://github.com/aurelia/history-browser/compare/1.0.0-rc.1.0.0...v1.0.0) (2016-07-27) + + + # [1.0.0-rc.1.0.0](https://github.com/aurelia/history-browser/compare/1.0.0-beta.2.0.1...v1.0.0-rc.1.0.0) (2016-06-22) diff --git a/package.json b/package.json index 20d2de5..9002fe1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-history-browser", - "version": "1.0.0-rc.1.0.0", + "version": "1.0.0", "description": "An implementation of the Aurelia history interface based on standard browser hash change and push state mechanisms.", "keywords": [ "aurelia",