chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-25 02:40:41 +00:00
parent b5e481c114
commit 7eac561639
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(html/minifier)** Improve script type compression (#4785) ([b5e481c](https://github.com/swc-project/swc/commit/b5e481c114bba00c4f69f8df2a6309cd46ba8962))
- **(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.0"
version = "0.6.1"
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.0"
version = "0.6.1"
[lib]
bench = false