Skip to content

Commit 8e30073

Browse files
committed
chore(wasm): Release 0.8.0
1 parent f60c3d2 commit 8e30073

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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.0] - 2022-01-10
6+
57
### Fixed
68

79
- Invalid handling of double-quoted property values like in `font-family: "Open Sans"`. [#129](https://github.com/Stranger6667/css-inline/issues/129)
@@ -78,7 +80,8 @@
7880

7981
- Initial public release
8082

81-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.7.5...HEAD
83+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.8.0...HEAD
84+
[0.8.0]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.7.5...wasm-v0.8.0
8285
[0.7.5]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.7.4...wasm-v0.7.5
8386
[0.7.4]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.7.3...wasm-v0.7.3
8487
[0.7.3]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.7.2...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.7.5"
3+
version = "0.8.0"
44
authors = ["Dmitry Dygalo <dadygalo@gmail.com>"]
55
edition = "2018"
66
readme = "README.md"

0 commit comments

Comments
 (0)