chore: Bump crates

This commit is contained in:
SWC Bot 2024-06-22 00:36:49 +00:00
parent e71b6d31b1
commit a19a287833
3 changed files with 5 additions and 5 deletions

View File

@ -5,6 +5,9 @@
- **(cli)** Support generating `.d.ts` files ([#9097](https://github.com/swc-project/swc/issues/9097)) ([e71b6d3](https://github.com/swc-project/swc/commit/e71b6d31b1179dffb8a6e2d652b394273a6d7852))
- **(common)** Add fallible methods to `swc_common::SourceMap` ([#9090](https://github.com/swc-project/swc/issues/9090)) ([e423d1b](https://github.com/swc-project/swc/commit/e423d1bcedc24803eaeeed4c72cc84fe9a938f65))
@ -1327,9 +1330,6 @@
- **(es/renamer)** Allow `globalThis` to be shadowed ([#8327](https://github.com/swc-project/swc/issues/8327)) ([3dd73a3](https://github.com/swc-project/swc/commit/3dd73a3cd8fddd9e19dc85c2a2bf785b585b5b9a))
- **(es/typescript)** Handle shebang with jsx pragma ([#8318](https://github.com/swc-project/swc/issues/8318)) ([c25601d](https://github.com/swc-project/swc/commit/c25601dec21d7293ad48549a1f49ccd161f9da72))
### Miscellaneous Tasks

2
Cargo.lock generated
View File

@ -3822,7 +3822,7 @@ dependencies = [
[[package]]
name = "swc_cli_impl"
version = "0.13.0"
version = "0.13.1"
dependencies = [
"anyhow",
"assert_cmd",

View File

@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_cli_impl"
repository = "https://github.com/swc-project/swc.git"
version = "0.13.0"
version = "0.13.1"
[[bin]]
name = "swc"