chore: Publish crates

This commit is contained in:
SWC Bot 2022-02-28 13:53:22 +00:00
parent 86072b57f9
commit a26edd2b0f
3 changed files with 5 additions and 2 deletions

View File

@ -58,6 +58,9 @@
- **(css/parser)** Add css files for material design (#3777) ([189707a](https://github.com/swc-project/swc/commit/189707a1fd5ef8547b3b80ac82f7f422f295086a))
- **(es/minifier)** Prepare porting more rules from `terser` (#3779) ([86072b5](https://github.com/swc-project/swc/commit/86072b57f9e0cf59b660f88cdb2c9cee15f33720))
## [1.2.146] - 2022-02-27
### Bug Fixes

2
Cargo.lock generated
View File

@ -3044,7 +3044,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.81.3"
version = "0.81.4"
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.81.3"
version = "0.81.4"
[package.metadata.docs.rs]
all-features = true