Skip to content

Commit 290f68e

Browse files
committed
chore(wasm): Release 0.10.5
1 parent 368a933 commit 290f68e

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.5] - 2023-08-30
6+
57
### Performance
68

79
- Pre-allocate space during serialization.
@@ -187,7 +189,8 @@
187189

188190
- Initial public release
189191

190-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.10.4...HEAD
192+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.10.5...HEAD
193+
[0.10.5]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.10.4...wasm-v0.10.5
191194
[0.10.4]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.10.3...wasm-v0.10.4
192195
[0.10.3]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.10.2...wasm-v0.10.3
193196
[0.10.2]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.10.1...wasm-v0.10.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.10.4"
3+
version = "0.10.5"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2021"
66
readme = "README.md"

0 commit comments

Comments
 (0)