Skip to content

Commit 6391c48

Browse files
committed
chore(wasm): Release 0.10.4
1 parent d1d1344 commit 6391c48

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.10.4] - 2023-08-12
6+
57
### Fixed
68

79
- Applying new styles only to the first matching tag during styles merging. [#224](https://github.com/Stranger6667/css-inline/issues/224)
@@ -171,7 +173,8 @@
171173

172174
- Initial public release
173175

174-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.10.3...HEAD
176+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.10.4...HEAD
177+
[0.10.4]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.10.3...wasm-v0.10.4
175178
[0.10.3]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.10.2...wasm-v0.10.3
176179
[0.10.2]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.10.1...wasm-v0.10.2
177180
[0.10.1]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.10.0...wasm-v0.10.1

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.10.3"
3+
version = "0.10.4"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2021"
66
readme = "README.md"

0 commit comments

Comments
 (0)