chore: Bump crates

This commit is contained in:
SWC Bot 2024-07-08 11:20:45 +00:00
parent 9904a53b7f
commit 67915bfe56
3 changed files with 10 additions and 5 deletions

View File

@ -1,4 +1,12 @@
# Changelog
## [unreleased]
### Miscellaneous Tasks
- **(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))
## [1.6.13] - 2024-07-06
### Bug Fixes
@ -1358,7 +1366,4 @@
- **(es/parser)** Disallowing await as an identifier in class static block ([#8450](https://github.com/swc-project/swc/issues/8450)) ([0b188cc](https://github.com/swc-project/swc/commit/0b188ccdff487bc5c344b0e70b102ce1d9ba308d))
- **(es/renamer)** Correctly check top level ([#8456](https://github.com/swc-project/swc/issues/8456)) ([1e44e57](https://github.com/swc-project/swc/commit/1e44e57a095c151fc52685b9580c083620342fe7))
<!-- generated by git-cliff -->

2
Cargo.lock generated
View File

@ -4066,7 +4066,7 @@ dependencies = [
[[package]]
name = "swc_ecma_ast"
version = "0.115.1"
version = "0.115.2"
dependencies = [
"arbitrary",
"bitflags 2.5.0",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_ast"
repository = "https://github.com/swc-project/swc.git"
version = "0.115.1"
version = "0.115.2"
[package.metadata.docs.rs]
all-features = true