Skip to content

Commit

Permalink
chore(wasm): Release 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Jun 18, 2023
1 parent ef063cb commit 0e8f7c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion bindings/wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.10.1] - 2023-06-18

### Performance

- Use a simpler way for HTML tree traversal.
Expand Down Expand Up @@ -144,7 +146,8 @@

- Initial public release

[Unreleased]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.10.0...HEAD
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.10.1...HEAD
[0.10.1]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.10.0...wasm-v0.10.1
[0.10.0]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.9.0...wasm-v0.10.0
[0.9.0]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.8.4...wasm-v0.9.0
[0.8.4]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.8.3...wasm-v0.8.4
Expand Down
2 changes: 1 addition & 1 deletion bindings/wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "css-inline-wasm"
version = "0.10.0"
version = "0.10.1"
authors = ["Dmitry Dygalo <[email protected]>"]
edition = "2021"
readme = "README.md"
Expand Down

0 comments on commit 0e8f7c6

Please sign in to comment.