Skip to content

Commit 1a99435

Browse files
committed
chore(wasm): Release 0.10.2
1 parent 7dfe1fa commit 1a99435

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.2] - 2023-06-25
6+
57
### Changed
68

79
- Standardized the formatting of CSS declarations: now consistently using `: ` separator between properties and values.
@@ -154,7 +156,8 @@
154156

155157
- Initial public release
156158

157-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.10.1...HEAD
159+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.10.2...HEAD
160+
[0.10.2]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.10.1...wasm-v0.10.2
158161
[0.10.1]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.10.0...wasm-v0.10.1
159162
[0.10.0]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.9.0...wasm-v0.10.0
160163
[0.9.0]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.8.4...wasm-v0.9.0

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

0 commit comments

Comments
 (0)