chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-25 06:59:03 +00:00
parent 8ab12fd97b
commit e0f10f876f
3 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,9 @@
- **(es/minifier)** Don't drop arguments to an IIFE without body (#4419) ([aa19b65](https://github.com/swc-project/swc/commit/aa19b65f9cb1170c36991649348e064406523699))
- **(es/minifier)** Preserve more side effects (#4420) ([8ab12fd](https://github.com/swc-project/swc/commit/8ab12fd97b035e4131775676cdd33daaf31587b8))
- **(html/lexer)** Fix lexing of html entity (#4423) ([9b26dbd](https://github.com/swc-project/swc/commit/9b26dbd45763fbf48dd81a1652608cc90736fe4f))

2
Cargo.lock generated
View File

@ -3412,7 +3412,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_base"
version = "0.79.0"
version = "0.79.1"
dependencies = [
"better_scoped_tls",
"criterion",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.js"]
license = "Apache-2.0"
name = "swc_ecma_transforms_base"
repository = "https://github.com/swc-project/swc.git"
version = "0.79.0"
version = "0.79.1"
[lib]
bench = false