chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-25 03:05:21 +00:00
parent 11aa6bee9e
commit f2d79b8495
3 changed files with 5 additions and 2 deletions

View File

@ -8,6 +8,9 @@
- **(html/minifier)** Improve script type compression (#4785) ([b5e481c](https://github.com/swc-project/swc/commit/b5e481c114bba00c4f69f8df2a6309cd46ba8962))
- **(html/minifier)** Sort classes (#4783) ([11aa6be](https://github.com/swc-project/swc/commit/11aa6bee9e1a0f31d2aec9b5111a4682e4c633ea))
- **(plugin)** Implement `SourceMap.span_to_*` (#4781) ([a937357](https://github.com/swc-project/swc/commit/a937357d47471222db4e62021ec507cd96597d9c))
## [1.2.192] - 2022-05-24

2
Cargo.lock generated
View File

@ -3953,7 +3953,7 @@ dependencies = [
[[package]]
name = "swc_html_minifier"
version = "0.6.1"
version = "0.6.2"
dependencies = [
"serde_json",
"swc_atoms",

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.6.1"
version = "0.6.2"
[lib]
bench = false