chore: Bump crates

This commit is contained in:
SWC Bot 2024-06-11 12:21:40 +00:00
parent 6ab19a1b5f
commit ac5eb02167
3 changed files with 8 additions and 8 deletions

View File

@ -10,6 +10,12 @@
- **(es/minifier)** Visit RHS while hoisting properties ([#9032](https://github.com/swc-project/swc/issues/9032)) ([cb16994](https://github.com/swc-project/swc/commit/cb16994a8d7a203e923b52e444d265bad0fa9e6e))
### Performance
- **(es/parser)** Optimize lexing of template literals ([#9036](https://github.com/swc-project/swc/issues/9036)) ([6ab19a1](https://github.com/swc-project/swc/commit/6ab19a1b5f37e7f485f392ef3b63af024ae9e644))
## [1.5.28] - 2024-06-11
### Bug Fixes
@ -1323,10 +1329,4 @@
- **(atoms)** Improve APIs ([#8249](https://github.com/swc-project/swc/issues/8249)) ([9a4bad4](https://github.com/swc-project/swc/commit/9a4bad4e9ec67a09761398eae5e6bb37e6d0d94f))
### Build
- **(preset-env/base)** Upgrade `browserslist-rs` to `v0.13.0` ([#8229](https://github.com/swc-project/swc/issues/8229)) ([f9f305c](https://github.com/swc-project/swc/commit/f9f305cc5faa79dd13bfa5763c6250b23a2a91e3))
<!-- generated by git-cliff -->

2
Cargo.lock generated
View File

@ -4515,7 +4515,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.144.2"
version = "0.144.3"
dependencies = [
"criterion",
"either",

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.144.2"
version = "0.144.3"
[package.metadata.docs.rs]
all-features = true