chore: Publish crates

This commit is contained in:
SWC Bot 2022-02-20 08:48:38 +00:00
parent 7ff4cbcbe1
commit 6690acab18
3 changed files with 5 additions and 2 deletions

View File

@ -7,6 +7,9 @@
- **(css/minifier)** Compress selectors (#3623) ([9e691fe](https://github.com/swc-project/swc/commit/9e691fe75b60c73ff3ab2a7939c36f6cea167d06))
- **(es/lints)** Implement `no-new` rule (#3634) ([7ff4cbc](https://github.com/swc-project/swc/commit/7ff4cbcbe12b26ff54ffa2db9d30592f770132a2))
### Miscellaneous Tasks

2
Cargo.lock generated
View File

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