mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 09:38:16 +03:00
chore: Bump crates
This commit is contained in:
parent
571d29781a
commit
56e03a1960
12
CHANGELOG.md
12
CHANGELOG.md
@ -13,6 +13,12 @@
|
||||
|
||||
- **(es/parser)** Tweak msg of `SyntaxError::UsingDeclNotEnabled` ([#8791](https://github.com/swc-project/swc/issues/8791)) ([95c822e](https://github.com/swc-project/swc/commit/95c822e7c43470e4c972bef00d97e7e0de02e0b0))
|
||||
|
||||
### Features
|
||||
|
||||
|
||||
|
||||
- **(plugin/runner)** Improve error message for Wasm plugin crashes ([#8794](https://github.com/swc-project/swc/issues/8794)) ([571d297](https://github.com/swc-project/swc/commit/571d29781a90f4def4811ae46fa4a5f966e461e6))
|
||||
|
||||
### Miscellaneous Tasks
|
||||
|
||||
|
||||
@ -1385,10 +1391,4 @@
|
||||
|
||||
- **(es/module)** Don't create absolute paths for `jsc.paths` on Windows ([#7892](https://github.com/swc-project/swc/issues/7892)) ([5fbc251](https://github.com/swc-project/swc/commit/5fbc251db1cc1f7973ba780a6c4fc1cdce5ef40d))
|
||||
|
||||
### Refactor
|
||||
|
||||
|
||||
|
||||
- **(es/minifier)** Remove `mutated` and `mutation_by_call_count` ([#7890](https://github.com/swc-project/swc/issues/7890)) ([8db968a](https://github.com/swc-project/swc/commit/8db968a25d508a0d28d15d556ad121951f39ae0d))
|
||||
|
||||
<!-- generated by git-cliff -->
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -5214,7 +5214,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_plugin_runner"
|
||||
version = "0.106.13"
|
||||
version = "0.106.14"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"criterion",
|
||||
|
@ -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.13"
|
||||
version = "0.106.14"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
Loading…
Reference in New Issue
Block a user