chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-12 05:33:55 +00:00
parent 48f2fd8e1b
commit 77eb149f87
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(es)** Change error message as it can be misleading (#3982) ([48f2fd8](https://github.com/swc-project/swc/commit/48f2fd8e1b723e3dfa1d54c25aa9f3c391c5ee74))
- **(es/preset-env)** Fix compilation issue (#3972) ([7ebfcfa](https://github.com/swc-project/swc/commit/7ebfcfa70f1456e627f6cf30f65c00e2b0b17476))

2
Cargo.lock generated
View File

@ -2724,7 +2724,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "swc"
version = "0.150.0"
version = "0.150.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.150.0"
version = "0.150.1"
[lib]
name = "swc"