mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 09:38:16 +03:00
chore: Bump crates
This commit is contained in:
parent
b1973d490a
commit
c90c199479
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,4 +1,12 @@
|
|||||||
# Changelog
|
# 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
|
## [1.4.13] - 2024-04-09
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
@ -1361,12 +1369,6 @@
|
|||||||
|
|
||||||
## [1.3.85] - 2023-09-15
|
## [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
|
### Features
|
||||||
|
|
||||||
|
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -5278,7 +5278,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_visit"
|
name = "swc_visit"
|
||||||
version = "0.5.12"
|
version = "0.5.13"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"either",
|
"either",
|
||||||
"swc_visit_macros",
|
"swc_visit_macros",
|
||||||
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_visit"
|
name = "swc_visit"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "0.5.12"
|
version = "0.5.13"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
|
Loading…
Reference in New Issue
Block a user