Skip to content

Commit 21edbc3

Browse files
committed
chore: Publish crates with swc_core v0.104.1
1 parent 64ec111 commit 21edbc3

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

.changeset/popular-crabs-hang.md

-6
This file was deleted.

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/swc_core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
license = "Apache-2.0"
77
name = "swc_core"
88
repository = "https://github.com/swc-project/swc.git"
9-
version = "0.104.0"
9+
version = "0.104.1"
1010
[package.metadata.docs.rs]
1111
features = [
1212
"allocator_node",

crates/swc_ecma_codegen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
77
license = "Apache-2.0"
88
name = "swc_ecma_codegen"
99
repository = "https://github.com/swc-project/swc.git"
10-
version = "0.156.0"
10+
version = "0.156.1"
1111

1212
[features]
1313
# This does not enable serde for ast nodes.

0 commit comments

Comments
 (0)