Skip to content

Commit

Permalink
commit: chore(all): prepare release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jul 27, 2016
1 parent 045b4f4 commit a59c605
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-router",
"version": "1.0.0-rc.1.0.5",
"version": "1.0.0",
"description": "A powerful client-side router.",
"keywords": [
"aurelia",
Expand Down
15 changes: 15 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="1.0.0"></a>
# [1.0.0](https://github.com/aurelia/router/compare/1.0.0-rc.1.0.5...v1.0.0) (2016-07-27)


### Bug Fixes

* **router:** ensure routes have distinct names ([bbd7939](https://github.com/aurelia/router/commit/bbd7939))


### Features

* **interfaces.js:** add RoutableComponent interface ([434ce9a](https://github.com/aurelia/router/commit/434ce9a))



<a name="1.0.0-rc.1.0.2"></a>
# [1.0.0-rc.1.0.2](https://github.com/aurelia/router/compare/1.0.0-rc.1.0.1...v1.0.0-rc.1.0.2) (2016-07-24)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-router",
"version": "1.0.0-rc.1.0.5",
"version": "1.0.0",
"description": "A powerful client-side router.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit a59c605

Please sign in to comment.