diff --git a/CHANGELOG.md b/CHANGELOG.md index 76151068..ebee4531 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a ### Fixed -- [[#340](https://github.com/plotly/plotly.rs/pull/340)] Fix documentation related to `wasm` support +- [[#341](https://github.com/plotly/plotly.rs/pull/341)] Fix documentation related to `wasm` support ### Changed - [[#339](https://github.com/plotly/plotly.rs/pull/339)] Replace default Windows app with `explorer` diff --git a/plotly_derive/Cargo.toml b/plotly_derive/Cargo.toml index 86771720..e4d8e4e6 100644 --- a/plotly_derive/Cargo.toml +++ b/plotly_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "plotly_derive" -version = "0.13.3" +version = "0.13.4" description = "Internal proc macro crate for Plotly-rs." authors = ["Ioannis Giagkiozis "] license = "MIT"