chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-02 05:34:19 +00:00
parent 69cb512e57
commit 0bac3d08f0
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(cli)** Update plugin template (#4222) ([69cb512](https://github.com/swc-project/swc/commit/69cb512e571de1f8b245fdc538cf9a09c51823f2))
- **(css/prefixer)** Fix flex box (#4212) ([75b0ed5](https://github.com/swc-project/swc/commit/75b0ed55f6c352ab2cd918ac746ceef99fa0f124))
### Features

2
Cargo.lock generated
View File

@ -2925,7 +2925,7 @@ dependencies = [
[[package]]
name = "swc_cli"
version = "0.36.0"
version = "0.36.1"
dependencies = [
"anyhow",
"atty",

View File

@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_cli"
repository = "https://github.com/swc-project/swc.git"
version = "0.36.0"
version = "0.36.1"
[[bin]]
name = "swc"