chore: Publish crates

This commit is contained in:
SWC Bot 2022-06-28 06:58:45 +00:00
parent a15bb48524
commit c4fe6e2286
3 changed files with 5 additions and 2 deletions

View File

@ -17,6 +17,9 @@
- **(es/lints)** Report an error for reassignment to import binding (#5033) ([376c4e1](https://github.com/swc-project/swc/commit/376c4e11af5aa8c0e5bc5900f6168893644473b7))
- **(es/minifier)** Handle pure annotations on member expressions (#5050) ([a15bb48](https://github.com/swc-project/swc/commit/a15bb485241b2a5fb2ecbbd56558dcb5915b8ff4))
- **(es/modules)** Optimize a dynamic import with a literal path (#5049) ([2cc229e](https://github.com/swc-project/swc/commit/2cc229e6fb1d0b439e1fe7661be481494f57efa9))

2
Cargo.lock generated
View File

@ -3398,7 +3398,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.124.0"
version = "0.124.1"
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.124.0"
version = "0.124.1"
[package.metadata.docs.rs]
all-features = true