Skip to content

Commit 242d9e2

Browse files
committed
chore(wasm): Release 0.11.1
1 parent 89e7e44 commit 242d9e2

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.11.1] - 2023-12-09
6+
57
### Changed
68

79
- Update `indexmap` to `2.1`.
@@ -219,7 +221,8 @@
219221

220222
- Initial public release
221223

222-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.11.0...HEAD
224+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.11.1...HEAD
225+
[0.11.1]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.11.0...wasm-v0.11.1
223226
[0.11.0]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.10.5...wasm-v0.11.0
224227
[0.10.5]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.10.4...wasm-v0.10.5
225228
[0.10.4]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.10.3...wasm-v0.10.4

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

0 commit comments

Comments
 (0)