chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-22 09:25:50 +00:00
parent 5134b4f9be
commit 0997081ef9
3 changed files with 8 additions and 2 deletions

View File

@ -7,6 +7,12 @@
- **(plugin)** Add a benchmark (#4397) ([60efb7e](https://github.com/swc-project/swc/commit/60efb7e9c75445fdffccf936964785424f421a7e))
### Testing
- **(es)** Add tests for `.swcrc` (#4398) ([5134b4f](https://github.com/swc-project/swc/commit/5134b4f9bee5725bae53876067399aa0528a8add))
## [1.2.171] - 2022-04-22
### Bug Fixes

2
Cargo.lock generated
View File

@ -2838,7 +2838,7 @@ dependencies = [
[[package]]
name = "swc"
version = "0.170.0"
version = "0.170.1"
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.170.0"
version = "0.170.1"
[lib]
bench = false