diff --git a/bower.json b/bower.json index b08dfd0..5dbd90a 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-history-browser", - "version": "1.0.0-beta.2.0.1", + "version": "1.0.0-rc.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 6f15cdc..cb14674 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,8 @@ + +# [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) + + + ### 1.0.0-beta.1.2.1 (2016-05-10) diff --git a/package.json b/package.json index 80824c6..06b493e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-history-browser", - "version": "1.0.0-beta.2.0.1", + "version": "1.0.0-rc.1.0.0", "description": "An implementation of the Aurelia history interface based on standard browser hash change and push state mechanisms.", "keywords": [ "aurelia",