chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-05 04:13:40 +00:00
parent 367a57df6d
commit d31ca8e41d
3 changed files with 5 additions and 2 deletions

View File

@ -14,6 +14,9 @@
- **(cli)** Setup subcommands for the features (#3858) ([367a57d](https://github.com/swc-project/swc/commit/367a57df6d66bc11dd750c6b7c30bf3a114e00fa))
- **(css/minifier)** Compress `@import` at-rule (#3850) ([ccfb4bf](https://github.com/swc-project/swc/commit/ccfb4bfc0b10375d96620f2748b0a3d022c4e359))
### Performance

2
Cargo.lock generated
View File

@ -2811,7 +2811,7 @@ dependencies = [
[[package]]
name = "swc_cli"
version = "0.14.0"
version = "0.14.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.14.0"
version = "0.14.1"
[[bin]]
name = "swc"