chore: Publish crates

This commit is contained in:
SWC Bot 2022-02-12 21:46:16 +09:00
parent af8200647b
commit b5a5f2b624
3 changed files with 8 additions and 2 deletions

View File

@ -7,6 +7,12 @@
- **(es/compat)** Allow destructuring assignment to an object property (#3544) ([5802b62](https://github.com/swc-project/swc/commit/5802b62e3486b0fba176533fcd2998f47c60910d))
### Features
- **(es/lints)** Add this handling support to `no-alert` rule (#3515) ([af82006](https://github.com/swc-project/swc/commit/af8200647bb5f96525bcf3333c7c6889fe69dd5d))
## [1.2.139] - 2022-02-12
### Bug Fixes

2
Cargo.lock generated
View File

@ -2906,7 +2906,7 @@ dependencies = [
[[package]]
name = "swc_ecma_lints"
version = "0.14.3"
version = "0.14.4"
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.14.3"
version = "0.14.4"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]