chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-09 20:20:17 +00:00
parent 6ac4a23aa2
commit 2482c93449
3 changed files with 8 additions and 5 deletions

View File

@ -1,13 +1,13 @@
# Changelog
## [unreleased]
### Bug Fixes
### Features
- **(es/minifier)** Fix handling of `NaN` (#4593) ([dd09cdf](https://github.com/swc-project/swc/commit/dd09cdf8b12d53aa6060e14857fa3efeddf41334))
- **(es/hygiene)** Drop syntax context (#4594) ([6ac4a23](https://github.com/swc-project/swc/commit/6ac4a23aa2fdf3854f23760cec70b36249df4cdc))
## [1.2.180] - 2022-05-09
## [1.2.181] - 2022-05-09
### Bug Fixes
@ -31,6 +31,9 @@
- **(es/minifier)** Consider more aliases in sequences pass (#4583) ([3521ce0](https://github.com/swc-project/swc/commit/3521ce09e7a2c3168f17491196f6fbc835637380))
- **(es/minifier)** Fix handling of `NaN` (#4593) ([dd09cdf](https://github.com/swc-project/swc/commit/dd09cdf8b12d53aa6060e14857fa3efeddf41334))
- **(es/resolver)** Fix handling of a complex try catch (#4574) ([9e79f9c](https://github.com/swc-project/swc/commit/9e79f9ced697df4aba51219ce4759238a53c11e3))

2
Cargo.lock generated
View File

@ -3479,7 +3479,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_base"
version = "0.82.3"
version = "0.82.4"
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.3"
version = "0.82.4"
[lib]
bench = false