chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-07 16:59:41 +00:00
parent 920d9a7678
commit f570220ac6
3 changed files with 5 additions and 2 deletions

View File

@ -8,6 +8,9 @@
- **(es/minifier)** Distinguish `raw` and `cooked` while joining template literals (#4559) ([f9b6016](https://github.com/swc-project/swc/commit/f9b6016d4b990032505c0dbb5b5bf82949c7d74d))
- **(es/minifier)** Fix handling of template literals (#4563) ([920d9a7](https://github.com/swc-project/swc/commit/920d9a76784b6e2ac9ccbfd826f2253410bf2be5))
- **(html/parser)** Fix for noah's ark clause (#4558) ([7ef6372](https://github.com/swc-project/swc/commit/7ef637263e57b9c995de1a847606f878991054fd))
### Documentation

2
Cargo.lock generated
View File

@ -3303,7 +3303,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.110.4"
version = "0.110.5"
dependencies = [
"ahash",
"ansi_term",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/lists/*.json"]
license = "Apache-2.0"
name = "swc_ecma_minifier"
repository = "https://github.com/swc-project/swc.git"
version = "0.110.4"
version = "0.110.5"
[package.metadata.docs.rs]
all-features = true