Skip to content

Commit

Permalink
0.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed Jan 9, 2020
1 parent 8b271cd commit 7c71451
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.9.1 (Jan 9, 2020)
- dev: Travis config added
- [#17](https://github.com/breautek/router/pull/17) hotfix: `/` now fails matching against any route and will fallback to the index route if available.

## 0.9.0 (January 8, 2020)
- Transitions rework
- Fixed URL change event from firing when the URL hasn't changed.
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": "@breautek/router",
"version": "0.9.0",
"version": "0.9.1",
"description": "An alternate react router.",
"main": "dist/router.js",
"module": "dist/router.js",
Expand Down

0 comments on commit 7c71451

Please sign in to comment.