chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-19 18:15:24 +00:00
parent 5d179bfd7d
commit aef1155311
3 changed files with 5 additions and 2 deletions

View File

@ -41,6 +41,9 @@
- **(es)** Rename benchmarks (#4355) ([8309440](https://github.com/swc-project/swc/commit/83094400080bef161b4b106aa3840efc7f2dfecd))
- **(es/minifier)** Setup correct benchmark (#4372) ([5d179bf](https://github.com/swc-project/swc/commit/5d179bfd7d41731a2322854c7aafc93b008eb5f8))
- **(node/types)** Add `unsafe` to compress options (#4362) ([b63cd53](https://github.com/swc-project/swc/commit/b63cd53ca6cb230f7724a03ffaebe2362c80d35b))- **general**: Remove an incorrect link in `CONTRIBUTING.md` (#4363) ([c661d5f](https://github.com/swc-project/swc/commit/c661d5f6f6b613cfed22545cc7cde7411dbd5747))
### Performance

2
Cargo.lock generated
View File

@ -2838,7 +2838,7 @@ dependencies = [
[[package]]
name = "swc"
version = "0.168.1"
version = "0.168.2"
dependencies = [
"ahash",
"ansi_term",

View File

@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc"
repository = "https://github.com/swc-project/swc.git"
version = "0.168.1"
version = "0.168.2"
[lib]
bench = false