chore: Bump crates

This commit is contained in:
SWC Bot 2024-04-15 05:03:24 +00:00
parent fbd32fbff3
commit 3de82531b2
4 changed files with 12 additions and 7 deletions

View File

@ -1,4 +1,12 @@
# Changelog
## [unreleased]
### Bug Fixes
- **(es/parser)** Fix span of `BindingIdent` ([#8859](https://github.com/swc-project/swc/issues/8859)) ([fbd32fb](https://github.com/swc-project/swc/commit/fbd32fbff323ff4116e82d2dd1d763f7f3844de2))
## [1.4.14] - 2024-04-15
### Bug Fixes
@ -1365,7 +1373,4 @@
- **(es/compat)** Handle nullish in fn expr scope ([#7980](https://github.com/swc-project/swc/issues/7980)) ([5050f58](https://github.com/swc-project/swc/commit/5050f5820a43b8de7a87511070405e189eaafb5f))
- **(es/minifier)** Do not inline into a template literal with sequential inliner ([#7971](https://github.com/swc-project/swc/issues/7971)) ([b3d3a7b](https://github.com/swc-project/swc/commit/b3d3a7bc7339776e57ca402e77cf3fb22c774784))
<!-- generated by git-cliff -->

4
Cargo.lock generated
View File

@ -3935,7 +3935,7 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.90.31"
version = "0.90.32"
dependencies = [
"anyhow",
"binding_macros",
@ -4509,7 +4509,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.143.13"
version = "0.143.14"
dependencies = [
"criterion",
"either",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_core"
repository = "https://github.com/swc-project/swc.git"
version = "0.90.31"
version = "0.90.32"
[package.metadata.docs.rs]
features = [
"allocator_node",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "examples/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_parser"
repository = "https://github.com/swc-project/swc.git"
version = "0.143.13"
version = "0.143.14"
[package.metadata.docs.rs]
all-features = true