mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 14:43:33 +03:00
chore: Publish crates
This commit is contained in:
parent
d8f57abd26
commit
c21ffbef2c
@ -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
2
Cargo.lock
generated
@ -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",
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user