chore: Publish crates

This commit is contained in:
SWC Bot 2022-02-26 03:34:57 +00:00
parent 41f92d228b
commit a8a5ca2376
3 changed files with 5 additions and 2 deletions

View File

@ -20,6 +20,9 @@
- **(cli)** Add tracing options for `compile` command (#3746) ([41f92d2](https://github.com/swc-project/swc/commit/41f92d228b778193e12c51466630a42cb8953599))
- **(css/ast)** Support more selectors (#3729) ([f5c5e77](https://github.com/swc-project/swc/commit/f5c5e7761297e4413a1615e2537ade885ec12280))

2
Cargo.lock generated
View File

@ -2765,7 +2765,7 @@ dependencies = [
[[package]]
name = "swc_cli"
version = "0.11.0"
version = "0.11.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.11.0"
version = "0.11.1"
[[bin]]
name = "swc"