chore: Publish crates

This commit is contained in:
SWC Bot 2022-02-28 13:01:51 +00:00
parent 714e05e553
commit 1d0c5f600b
3 changed files with 5 additions and 2 deletions

View File

@ -29,6 +29,9 @@
- **(es/compat)** Optimize handling of literals in computed property names (#3756) ([8ed4d2f](https://github.com/swc-project/swc/commit/8ed4d2fcaccf27733e8fbfe19da810504653ce6b))
- **(es/minifier)** Consider `arguments` while dropping unused assignments (#3775) ([714e05e](https://github.com/swc-project/swc/commit/714e05e5535dd4f8552ce700cc5b582d134d8a08))
- **(es/module)** Workaround stack overflow bug of JavaScriptCore related to too many exports (#3763) ([ad0a853](https://github.com/swc-project/swc/commit/ad0a8539e058fda49e40cc8fab167e2602576d48))

2
Cargo.lock generated
View File

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