chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-10 06:21:09 +00:00
parent cc564ff6c5
commit 41573530c2
3 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,9 @@
- **(es/compat/es2015)** Fix span handling of `arrow` and `classes` (#3921) ([12b8606](https://github.com/swc-project/swc/commit/12b8606c99994a1ae4fc65105cd380f1a34d632e))
- **(es/minifier)** Skip exported vars while collapsing vars (#3928) ([cc564ff](https://github.com/swc-project/swc/commit/cc564ff6c586db266f0ab8fcb7f25a8d32155d35))
- **(es/module)** Make exported vars follow specification (#3906) ([534fc52](https://github.com/swc-project/swc/commit/534fc52a727e5be43adfad47ed3fcdd606967c5c))

2
Cargo.lock generated
View File

@ -3101,7 +3101,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.87.6"
version = "0.87.7"
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.87.6"
version = "0.87.7"
[package.metadata.docs.rs]
all-features = true