mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 00:32:15 +03:00
chore: Bump crates
This commit is contained in:
parent
9904a53b7f
commit
67915bfe56
11
CHANGELOG.md
11
CHANGELOG.md
@ -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
2
Cargo.lock
generated
@ -4066,7 +4066,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_ast"
|
||||
version = "0.115.1"
|
||||
version = "0.115.2"
|
||||
dependencies = [
|
||||
"arbitrary",
|
||||
"bitflags 2.5.0",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user