From 9abde0e383e6d16df8ed0e1b48f44a6d7cac8cbc Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Tue, 26 Sep 2023 13:17:47 +0200 Subject: [PATCH] chore(wasm): Release 0.11.0 --- bindings/wasm/CHANGELOG.md | 5 ++++- bindings/wasm/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bindings/wasm/CHANGELOG.md b/bindings/wasm/CHANGELOG.md index 46813f07..163f2ffa 100644 --- a/bindings/wasm/CHANGELOG.md +++ b/bindings/wasm/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.11.0] - 2023-09-26 + ### Added - The `inline_style_tags` option to control whether inlining from "style" tags should be performed. [#253](https://github.com/Stranger6667/css-inline/issues/253) @@ -201,7 +203,8 @@ - Initial public release -[Unreleased]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.10.5...HEAD +[Unreleased]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.11.0...HEAD +[0.11.0]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.10.5...wasm-v0.11.0 [0.10.5]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.10.4...wasm-v0.10.5 [0.10.4]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.10.3...wasm-v0.10.4 [0.10.3]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.10.2...wasm-v0.10.3 diff --git a/bindings/wasm/Cargo.toml b/bindings/wasm/Cargo.toml index d03476d1..e7c8aaca 100644 --- a/bindings/wasm/Cargo.toml +++ b/bindings/wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "css-inline-wasm" -version = "0.10.5" +version = "0.11.0" authors = ["Dmitry Dygalo "] edition = "2021" readme = "README.md"