diff --git a/.changeset/tall-cooks-speak.md b/.changeset/tall-cooks-speak.md deleted file mode 100644 index bc3b06eae02b..000000000000 --- a/.changeset/tall-cooks-speak.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -swc_ecma_codegen: patch -swc_ecma_transforms_typescript: patch ---- - -fix(es/codegen): Emit question token for class methods diff --git a/Cargo.lock b/Cargo.lock index b9d71beea676..fcc9d0fab9bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4271,7 +4271,7 @@ dependencies = [ [[package]] name = "swc_ecma_codegen" -version = "0.154.3" +version = "0.154.4" dependencies = [ "base64", "codspeed-criterion-compat", @@ -4938,7 +4938,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_typescript" -version = "0.194.2" +version = "0.194.3" dependencies = [ "codspeed-criterion-compat", "criterion", diff --git a/crates/swc_ecma_codegen/Cargo.toml b/crates/swc_ecma_codegen/Cargo.toml index dd4aa8902824..b012ba05ec98 100644 --- a/crates/swc_ecma_codegen/Cargo.toml +++ b/crates/swc_ecma_codegen/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_codegen" repository = "https://github.com/swc-project/swc.git" -version = "0.154.3" +version = "0.154.4" [features] # This does not enable serde for ast nodes. diff --git a/crates/swc_ecma_transforms_typescript/Cargo.toml b/crates/swc_ecma_transforms_typescript/Cargo.toml index 3c186aa29ae8..d9bd3014962d 100644 --- a/crates/swc_ecma_transforms_typescript/Cargo.toml +++ b/crates/swc_ecma_transforms_typescript/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms_typescript" repository = "https://github.com/swc-project/swc.git" -version = "0.194.2" +version = "0.194.3" [lib] bench = false