Skip to content

Commit 8800b2c

Browse files
committed
chore(wasm): Release 0.8.1
1 parent cf2d8c8 commit 8800b2c

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.8.1] - 2022-07-21
6+
57
### Fixed
68

79
- Not respecting specificity in case of inlining overlapping rules like `padding` and `padding-top`. [#142](https://github.com/Stranger6667/css-inline/issues/142)
@@ -85,7 +87,8 @@
8587

8688
- Initial public release
8789

88-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.8.0...HEAD
90+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.8.1...HEAD
91+
[0.8.1]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.8.0...wasm-v0.8.1
8992
[0.8.0]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.7.5...wasm-v0.8.0
9093
[0.7.5]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.7.4...wasm-v0.7.5
9194
[0.7.4]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.7.3...wasm-v0.7.3

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

0 commit comments

Comments
 (0)