chore: Publish crates

This commit is contained in:
SWC Bot 2022-06-01 00:15:49 +00:00
parent c5df1a3a54
commit c1a516c207
3 changed files with 8 additions and 2 deletions

View File

@ -7,6 +7,12 @@
- **(html/parser)** Fix span of lexer errors (#4846) ([f830726](https://github.com/swc-project/swc/commit/f83072602725e0357a54bd6a5a0655c9430c7f95))
### Features
- **(html/minifier)** Improve compression of attributes (#4849) ([c5df1a3](https://github.com/swc-project/swc/commit/c5df1a3a54e1445163efb38b4da339ccaed699d0))
## [1.2.196] - 2022-05-31
### Bug Fixes

2
Cargo.lock generated
View File

@ -3936,7 +3936,7 @@ dependencies = [
[[package]]
name = "swc_html_minifier"
version = "0.7.3"
version = "0.7.4"
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.7.3"
version = "0.7.4"
[lib]
bench = false