chore: Bump crates

This commit is contained in:
SWC Bot 2024-04-10 23:01:59 +00:00
parent b1973d490a
commit c90c199479
3 changed files with 10 additions and 8 deletions

View File

@ -1,4 +1,12 @@
# Changelog
## [unreleased]
### Refactor
- **(visit)** Simplify `Vec::move_map` ([#8838](https://github.com/swc-project/swc/issues/8838)) ([b1973d4](https://github.com/swc-project/swc/commit/b1973d490afc8e4bc597192caab7a3aa8eb2701d))
## [1.4.13] - 2024-04-09
### Bug Fixes
@ -1361,12 +1369,6 @@
## [1.3.85] - 2023-09-15
### Bug Fixes
- **(es/compat)** Handle single expression case in static block ([#7944](https://github.com/swc-project/swc/issues/7944)) ([a80aec4](https://github.com/swc-project/swc/commit/a80aec47efcff953d3408cf6910b66c2312f3006))
### Features

2
Cargo.lock generated
View File

@ -5278,7 +5278,7 @@ dependencies = [
[[package]]
name = "swc_visit"
version = "0.5.12"
version = "0.5.13"
dependencies = [
"either",
"swc_visit_macros",

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_visit"
repository = "https://github.com/swc-project/swc.git"
version = "0.5.12"
version = "0.5.13"
[lib]
bench = false