chore: Publish crates

This commit is contained in:
SWC Bot 2022-06-20 12:28:22 +00:00
parent 1538649237
commit 852b864b64
3 changed files with 8 additions and 2 deletions

View File

@ -19,6 +19,12 @@
- **(readme)** Add a link for discord badge in `README.md` (#5005) ([1f64055](https://github.com/swc-project/swc/commit/1f64055438f1867683fc0fb3b3bef88ca077ff0c)) - **(readme)** Add a link for discord badge in `README.md` (#5005) ([1f64055](https://github.com/swc-project/swc/commit/1f64055438f1867683fc0fb3b3bef88ca077ff0c))
### Features
- **(html/minifier)** Compress more svg/mathml attributes (#5001) ([1538649](https://github.com/swc-project/swc/commit/15386492372bd8bf322bd60a71ebdff54a15ebf8))
## [1.2.204] - 2022-06-18 ## [1.2.204] - 2022-06-18
### Bug Fixes ### Bug Fixes

2
Cargo.lock generated
View File

@ -3960,7 +3960,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_html_minifier" name = "swc_html_minifier"
version = "0.14.3" version = "0.14.4"
dependencies = [ dependencies = [
"once_cell", "once_cell",
"serde", "serde",

View File

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