chore: Publish crates

This commit is contained in:
SWC Bot 2022-07-11 11:39:30 +00:00
parent d8f57abd26
commit c21ffbef2c
3 changed files with 8 additions and 2 deletions

View File

@ -25,6 +25,12 @@
- **(ci)** Fix benchmark action (#5176) ([7d4b496](https://github.com/swc-project/swc/commit/7d4b496e9ec394d8c93ad4cae31434ce74e63a8f)) - **(ci)** Fix benchmark action (#5176) ([7d4b496](https://github.com/swc-project/swc/commit/7d4b496e9ec394d8c93ad4cae31434ce74e63a8f))
### Performance
- **(es/minifier)** Remove wrong logic (#5178) ([d8f57ab](https://github.com/swc-project/swc/commit/d8f57abd26b37aea4f76a069ab091ac33ec1072f))
## [1.2.211] - 2022-07-09 ## [1.2.211] - 2022-07-09
### Bug Fixes ### Bug Fixes

2
Cargo.lock generated
View File

@ -3402,7 +3402,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_minifier" name = "swc_ecma_minifier"
version = "0.136.0" version = "0.136.1"
dependencies = [ dependencies = [
"ahash", "ahash",
"ansi_term", "ansi_term",

View File

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