Skip to content

Commit d620ea5

Browse files
committed
chore: Bump crates
1 parent 98af589 commit d620ea5

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313

1414
- **(es/typescript)** Improve fast TS strip ([#9166](https://github.com/swc-project/swc/issues/9166)) ([ee8dc28](https://github.com/swc-project/swc/commit/ee8dc28d4d5399b1996bc0eba066270a582d04b6))
1515

16+
17+
- **(es/typescript)** Improve fast TS strip ([#9167](https://github.com/swc-project/swc/issues/9167)) ([98af589](https://github.com/swc-project/swc/commit/98af5890dac03a9acac4e62ddb62bc1f3495d9a2))
18+
1619
## [1.6.12] - 2024-07-06
1720

1821
### Bug Fixes

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.96.8"
9+
version = "0.96.9"
1010
[package.metadata.docs.rs]
1111
features = [
1212
"allocator_node",

crates/swc_fast_ts_strip/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_fast_ts_strip"
99
repository = { workspace = true }
10-
version = "0.1.5"
10+
version = "0.1.6"
1111

1212

1313
[dependencies]

0 commit comments

Comments
 (0)