Skip to content

Commit

Permalink
Release YewRouter 0.12.1 (#1144)
Browse files Browse the repository at this point in the history
* update router to 0.12.1

* update changelog
  • Loading branch information
hgzimmerman committed Apr 27, 2020
1 parent ac2e642 commit d5b8249
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions yew-router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ END TEMPLATE-->
- None
- #### 🚨 Breaking changes
- None


## **0.12.1** *2020-4-26*

- #### 🛠 Fixes
- Fix infinite rerender bug in 'Router' component. (Thanks @dancespiele)

## **0.12.0** *2020-4-25*

Expand Down
2 changes: 1 addition & 1 deletion yew-router/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yew-router"
version = "0.12.0"
version = "0.12.1"
authors = ["Henry Zimmerman <zimhen7@gmail.com>", "Sascha Grunert <mail@saschagrunert.de>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit d5b8249

Please sign in to comment.