chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-22 06:27:29 +00:00
parent 4a9817f003
commit 5b6b9c0a25
3 changed files with 5 additions and 2 deletions

View File

@ -20,6 +20,9 @@
- **(es/compat)** Visit non-method properties in a nested object literal (#4094) ([f5b9600](https://github.com/swc-project/swc/commit/f5b9600b2befe0053bec2d3e6210bf35dd824dfb))
- **(es/minifier)** Consider side effects while lifting sequences (#4116) ([4a9817f](https://github.com/swc-project/swc/commit/4a9817f003d5ce053c0eeaa5cd47c46bd30548a1))
- **(es/parser)** Allow parentheses in assignment target (#4105) ([d38117d](https://github.com/swc-project/swc/commit/d38117d4cb6fb2819efc18dae843546018c39362))

2
Cargo.lock generated
View File

@ -3354,7 +3354,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.94.1"
version = "0.94.2"
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.94.1"
version = "0.94.2"
[package.metadata.docs.rs]
all-features = true