chore: Publish crates

This commit is contained in:
SWC Bot 2022-06-05 07:46:31 +00:00
parent 06420d99bb
commit 4cda20c8cd
3 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,9 @@
- **(es/helpers)** Update `@swc/core` of `@swc/helpers` (#4861) ([a4bffcf](https://github.com/swc-project/swc/commit/a4bffcf186f4ce265483ddf3497f7bfd283b1f1b))
- **(es/minifier)** Don't drop `typeof` (#4883) ([06420d9](https://github.com/swc-project/swc/commit/06420d99bb9e63ed6bb39a8f4f006a66665570d3))
- **(html/parser)** Fix span of lexer errors (#4846) ([f830726](https://github.com/swc-project/swc/commit/f83072602725e0357a54bd6a5a0655c9430c7f95))

2
Cargo.lock generated
View File

@ -3642,7 +3642,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_optimization"
version = "0.126.0"
version = "0.126.1"
dependencies = [
"ahash",
"dashmap",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_transforms_optimization"
repository = "https://github.com/swc-project/swc.git"
version = "0.126.0"
version = "0.126.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]