Skip to content

Commit 52270ba

Browse files
committed
chore(wasm): Release 0.9.0
1 parent 0920c0f commit 52270ba

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

bindings/wasm/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.9.0] - 2023-06-10
6+
57
### Fixed
68

79
- Serialize all HTML attributes without escaping. [#184](https://github.com/Stranger6667/css-inline/issues/184)
@@ -118,7 +120,8 @@
118120

119121
- Initial public release
120122

121-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.8.4...HEAD
123+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.9.0...HEAD
124+
[0.9.0]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.8.4...wasm-v0.9.0
122125
[0.8.4]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.8.3...wasm-v0.8.4
123126
[0.8.3]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.8.2...wasm-v0.8.3
124127
[0.8.2]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.8.1...wasm-v0.8.2

bindings/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-inline-wasm"
3-
version = "0.8.4"
3+
version = "0.9.0"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2021"
66
readme = "README.md"

0 commit comments

Comments
 (0)