chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-08 10:15:15 +00:00
parent 9e79f9ced6
commit d27b6e6dbe
3 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,9 @@
- **(es/minifier)** Improve sequential inliner (#4570) ([af368ee](https://github.com/swc-project/swc/commit/af368eead2529c3340e985acddf2948af44aba2e))
- **(es/resolver)** Fix handling of a complex try catch (#4574) ([9e79f9c](https://github.com/swc-project/swc/commit/9e79f9ced697df4aba51219ce4759238a53c11e3))
- **(html/parser)** Add recovery for attributes on html and body (#4566) ([c7d20e4](https://github.com/swc-project/swc/commit/c7d20e43e63cb2c45cd589e3c72811575fca2f07))
### Miscellaneous Tasks

2
Cargo.lock generated
View File

@ -3447,7 +3447,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_base"
version = "0.82.1"
version = "0.82.2"
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.82.1"
version = "0.82.2"
[lib]
bench = false