Skip to content

Commit

Permalink
chore: Bump crates
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot committed Mar 8, 2024
1 parent 9a1f04f commit b0c00b9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@

- **(es/minifier)** Do not drop used properties ([#8703](https://github.com/swc-project/swc/issues/8703)) ([6069217](https://github.com/swc-project/swc/commit/606921700ee9fdb3747a8b54bb851e1d0df27484))

### Performance



- **(es)** Do not create tokio runtime if not required ([#8711](https://github.com/swc-project/swc/issues/8711)) ([9a1f04f](https://github.com/swc-project/swc/commit/9a1f04f4269f65df845897d2fb61449985bdd821))

## [1.4.5] - 2024-03-06

### Bug Fixes
Expand Down Expand Up @@ -1420,7 +1426,4 @@

- **(es/ast)** Bump version ([#7793](https://github.com/swc-project/swc/issues/7793)) ([13bedc0](https://github.com/swc-project/swc/commit/13bedc084e46db193b3fd0b7930046b2f013742b))


- **(es/minifier)** Do not drop properties used via `this` ([#7785](https://github.com/swc-project/swc/issues/7785)) ([552d9aa](https://github.com/swc-project/swc/commit/552d9aa344cb6db2dff1e20011411a56f92d4f06))

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ swc_ecma_visit = { version = "0.98.6", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.17.18", path = "../swc_error_reporters" }
swc_node_comments = { version = "0.20.18", path = "../swc_node_comments" }
swc_plugin_proxy = { version = "0.41.5", path = "../swc_plugin_proxy", optional = true }
swc_plugin_runner = { version = "0.106.10", path = "../swc_plugin_runner", optional = true, default-features = false }
swc_plugin_runner = { version = "0.106.11", path = "../swc_plugin_runner", optional = true, default-features = false }
swc_timer = { version = "0.21.20", path = "../swc_timer" }
swc_visit = { version = "0.5.10", path = "../swc_visit" }
tokio = { version = "1.36.0", optional = true, features = [
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ swc_plugin_proxy = { optional = true, version = "0.41.5", path =
swc_trace_macro = { optional = true, version = "0.1.3", path = "../swc_trace_macro" }
testing = { optional = true, version = "0.35.20", path = "../testing" }
# TODO: eventually swc_plugin_runner needs to remove default features
swc_plugin_runner = { optional = true, version = "0.106.10", path = "../swc_plugin_runner", default-features = false }
swc_plugin_runner = { optional = true, version = "0.106.11", path = "../swc_plugin_runner", default-features = false }

[build-dependencies]
vergen = { version = "8.0.0", default-features = false, features = ["cargo"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_plugin_runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_plugin_runner"
repository = "https://github.com/swc-project/swc.git"
version = "0.106.10"
version = "0.106.11"

[lib]
bench = false
Expand Down

0 comments on commit b0c00b9

Please sign in to comment.