Skip to content

Commit 25f2ff1

Browse files
committed
Bump version
1 parent ad23a58 commit 25f2ff1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ecmascript/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/MIT"
77
name = "swc_ecmascript"
88
repository = "https://github.com/swc-project/swc.git"
9-
version = "0.14.2"
9+
version = "0.14.3"
1010

1111
[features]
1212
codegen = ["swc_ecma_codegen"]
@@ -24,7 +24,7 @@ swc_ecma_ast = {version = "0.35.0", path = "./ast"}
2424
swc_ecma_codegen = {version = "0.41.1", path = "./codegen", optional = true}
2525
swc_ecma_dep_graph = {version = "0.9.0", path = "./dep-graph", optional = true}
2626
swc_ecma_parser = {version = "0.43.0", path = "./parser", optional = true}
27-
swc_ecma_transforms = {version = "0.30.1", path = "./transforms", optional = true}
27+
swc_ecma_transforms = {version = "0.30.2", path = "./transforms", optional = true}
2828
swc_ecma_utils = {version = "0.25.0", path = "./utils", optional = true}
2929
swc_ecma_visit = {version = "0.21.0", path = "./visit", optional = true}
3030

ecmascript/transforms/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/MIT"
77
name = "swc_ecma_transforms"
88
repository = "https://github.com/swc-project/swc.git"
9-
version = "0.30.1"
9+
version = "0.30.2"
1010

1111
[features]
1212
const-modules = ["dashmap"]

0 commit comments

Comments
 (0)