chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-07 04:20:34 +00:00
parent 3e8efacf3a
commit 70896b5ba6
3 changed files with 8 additions and 2 deletions

View File

@ -10,6 +10,12 @@
- **(es/fixer)** Remove extra parens around iife in expression position (#3887) ([9dd0105](https://github.com/swc-project/swc/commit/9dd0105c5b5479e421b36a0fb5ea3f2ea788d8a5))
### Performance
- **(es/lints)** Extract top level bindings only if the rule is enabled (#3889) ([3e8efac](https://github.com/swc-project/swc/commit/3e8efacf3a804c4dbaa3f92fa2f5f08e425b7866))
## [1.2.150] - 2022-03-06
### Bug Fixes

2
Cargo.lock generated
View File

@ -3054,7 +3054,7 @@ dependencies = [
[[package]]
name = "swc_ecma_lints"
version = "0.22.0"
version = "0.22.1"
dependencies = [
"ahash",
"auto_impl",

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_lints"
repository = "https://github.com/swc-project/swc.git"
version = "0.22.0"
version = "0.22.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]