Prep v0.14.1 release

This commit is contained in:
Justin Starry 2020-03-14 23:21:07 +08:00
parent 6003bef504
commit 34115985db
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## ✨ **0.14.1** *(2020-03-14)*
- #### 🛠 Fixes
- `Connected` message was only called for first bridge creation. [[@nicklaswj], [#1029](https://github.com/yewstack/yew/pull/1029)]
## ✨ **0.14** *(2020-03-14)*
Happy 🥧 (PI) Day! This release brings a number of bug fixes for `web-sys` apps and ergonomic improvements to the API. Huge thanks to the community for diving into the migration from `stdweb` to `web-sys` so quickly and uncovering these issues!

View File

@ -1,6 +1,6 @@
[package]
name = "yew"
version = "0.14.0"
version = "0.14.1"
edition = "2018"
authors = [
"Denis Kolodin <deniskolodin@gmail.com>",