chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-09 19:10:45 +00:00
parent dd09cdf8b1
commit cc712c7084
3 changed files with 10 additions and 2 deletions

View File

@ -5,6 +5,14 @@
- **(es/minifier)** Fix handling of `NaN` (#4593) ([dd09cdf](https://github.com/swc-project/swc/commit/dd09cdf8b12d53aa6060e14857fa3efeddf41334))
## [1.2.180] - 2022-05-09
### Bug Fixes
- **(es)** Use `unresolved_mark` (#4573) ([0868409](https://github.com/swc-project/swc/commit/086840956d696816c694fc2fd96258351aab9573))

2
Cargo.lock generated
View File

@ -3580,7 +3580,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_optimization"
version = "0.121.0"
version = "0.121.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.121.0"
version = "0.121.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]