From 00a18f70cd454ed45e9d5f21382e4dde000cf891 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Mon, 8 Jul 2024 12:59:22 +0000 Subject: [PATCH] chore: Bump crates --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- crates/swc_fast_ts_strip/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6da9354f22eb..af5208dc04e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ - **(es)** Bump `unicode-id-start` to `v1.2.0` ([#9177](https://github.com/swc-project/swc/issues/9177)) ([9904a53](https://github.com/swc-project/swc/commit/9904a53b7fc4c828c06071c19d08c27b5c1d9f42)) + +- **(es/typescript)** Improve decorator handling of fast strip ([#9178](https://github.com/swc-project/swc/issues/9178)) ([962170f](https://github.com/swc-project/swc/commit/962170fb704e5f0cf7a00c0a9be3e9d7cf4f6b02)) + ## [1.6.13] - 2024-07-06 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 5fb69b91ec74..f4330e9f834f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4899,7 +4899,7 @@ dependencies = [ [[package]] name = "swc_fast_ts_strip" -version = "0.1.6" +version = "0.1.7" dependencies = [ "anyhow", "serde", diff --git a/crates/swc_fast_ts_strip/Cargo.toml b/crates/swc_fast_ts_strip/Cargo.toml index 232bfca64515..42b41aafa104 100644 --- a/crates/swc_fast_ts_strip/Cargo.toml +++ b/crates/swc_fast_ts_strip/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_fast_ts_strip" repository = { workspace = true } -version = "0.1.6" +version = "0.1.7" [dependencies]