Skip to content

Commit d693bbb

Browse files
committed
chore: Publish crates
1 parent d70687f commit d693bbb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/swc_plugin/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66
license = "Apache-2.0"
77
name = "swc_plugin"
88
repository = "https://github.com/swc-project/swc.git"
9-
version = "0.81.0"
9+
version = "0.81.1"
1010

1111
[package.metadata.docs.rs]
1212
all-features = true
@@ -35,4 +35,4 @@ swc_ecmascript = { version = "0.181.0", path = "../swc_ecmascript", features = [
3535
swc_plugin_proxy = { version = "0.13.0", path = "../swc_plugin_proxy", features = [
3636
"plugin-mode",
3737
] }
38-
swc_plugin_macro = { version = "0.6.0", path = "../swc_plugin_macro" }
38+
swc_plugin_macro = { version = "0.6.1", path = "../swc_plugin_macro" }

crates/swc_plugin_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66
license = "Apache-2.0"
77
name = "swc_plugin_macro"
88
repository = "https://github.com/swc-project/swc.git"
9-
version = "0.6.0"
9+
version = "0.6.1"
1010

1111
[lib]
1212
bench = false

0 commit comments

Comments
 (0)