Skip to content

Commit

Permalink
chore(all): prepare release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jul 29, 2015
1 parent 8f3f6f7 commit 660b57a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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-history-browser",
"version": "0.6.1",
"version": "0.6.2",
"description": "An implementation of the Aurelia history interface based on standard browser hash change and push state mechanisms.",
"keywords": [
"aurelia",
Expand Down
5 changes: 4 additions & 1 deletion doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.6.2 (2015-07-29)

* improve output file name

### 0.6.1 (2015-07-07)


Expand Down Expand Up @@ -111,4 +115,3 @@
#### Bug Fixes

* **history:** fix incorrect falsey check in getFragment ([34cb8224](http://github.com/aurelia/history-browser/commit/34cb8224e24cb1761042668bb96d6c5d42e0c7cf))

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-history-browser",
"version": "0.6.1",
"version": "0.6.2",
"description": "An implementation of the Aurelia history interface based on standard browser hash change and push state mechanisms.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit 660b57a

Please sign in to comment.