chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-23 08:25:15 +00:00
parent a6f39d3bd6
commit cdf868f7f0
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(cli)** Implements some compile flags (#4125) ([a6f39d3](https://github.com/swc-project/swc/commit/a6f39d3bd6e7bc57203e1cf4f2cadc12e4396e9f))
- **(wasm/plugin)** Implement initial plugin interface for wasm runtimes (#4123) ([50f7f46](https://github.com/swc-project/swc/commit/50f7f465f9181ef6bcb63ee5457aa42f5e6ee29c))
## [1.2.160] - 2022-03-22

2
Cargo.lock generated
View File

@ -3068,7 +3068,7 @@ dependencies = [
[[package]]
name = "swc_cli"
version = "0.33.1"
version = "0.33.2"
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.33.1"
version = "0.33.2"
[[bin]]
name = "swc"