chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-12 04:43:48 +00:00
parent 5679b69600
commit c1e7dd7326
3 changed files with 5 additions and 2 deletions

View File

@ -14,6 +14,9 @@
- **(common)** Reserve `BytePos(0)` for dummy spans (#4616) ([67942d5](https://github.com/swc-project/swc/commit/67942d57319454a0304632d5d9e504e26a2c8068))
- **(html/minifier)** Improve minification of attributes (#4625) ([5679b69](https://github.com/swc-project/swc/commit/5679b69600768f81a69e7a7bac335a183fe875c6))
- **(html/parser)** Add a method to get error message (#4623) ([cac4f6e](https://github.com/swc-project/swc/commit/cac4f6e265ed419245e8b323dd4f18d60a16beac))
### Refactor

2
Cargo.lock generated
View File

@ -3875,7 +3875,7 @@ dependencies = [
[[package]]
name = "swc_html_minifier"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"swc_atoms",
"swc_common",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_html_minifier"
repository = "https://github.com/swc-project/swc.git"
version = "0.3.0"
version = "0.3.1"
[lib]
bench = false