chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-03 14:37:59 +00:00
parent 351b814ed0
commit 937df17a36
3 changed files with 5 additions and 2 deletions

View File

@ -53,6 +53,9 @@
- **(es)** Use `Mutex` from `parking_lot` (#3830) ([351b814](https://github.com/swc-project/swc/commit/351b814ed0f1ca36a1e8fd352674689ffe392eda))
- **(es/parser)** Remove duplicated instantiations of `Parser` to reduce binary size (#3813) ([f5103a7](https://github.com/swc-project/swc/commit/f5103a77256060e2c27ca360d0c58bbcc6b92b13))
### Testing

2
Cargo.lock generated
View File

@ -2697,7 +2697,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "swc"
version = "0.139.0"
version = "0.139.1"
dependencies = [
"ahash",
"anyhow",

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.139.0"
version = "0.139.1"
[lib]
name = "swc"