mirror of
https://github.com/swc-project/swc.git
synced 2024-11-27 04:47:03 +03:00
chore: Publish crates
This commit is contained in:
parent
a6f39d3bd6
commit
cdf868f7f0
@ -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
2
Cargo.lock
generated
@ -3068,7 +3068,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_cli"
|
||||
version = "0.33.1"
|
||||
version = "0.33.2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"atty",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user