From c90c199479c0dc5175a6ed01927d4939a0d44cb3 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Wed, 10 Apr 2024 23:01:59 +0000 Subject: [PATCH] chore: Bump crates --- CHANGELOG.md | 14 ++++++++------ Cargo.lock | 2 +- crates/swc_visit/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a629741e29..5bff18cc9a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 5996e3a40b9..dfa869d8cb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5278,7 +5278,7 @@ dependencies = [ [[package]] name = "swc_visit" -version = "0.5.12" +version = "0.5.13" dependencies = [ "either", "swc_visit_macros", diff --git a/crates/swc_visit/Cargo.toml b/crates/swc_visit/Cargo.toml index 5119d8ba25d..1f676b56da6 100644 --- a/crates/swc_visit/Cargo.toml +++ b/crates/swc_visit/Cargo.toml @@ -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