chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-17 06:08:12 +00:00
parent 833958bd74
commit aacc2a1f46
3 changed files with 5 additions and 2 deletions

View File

@ -23,6 +23,9 @@
- **(es/lints)** Implement `yoda` rule (#3886) ([833958b](https://github.com/swc-project/swc/commit/833958bd7469993e756c24dcd1263ef2c5ef9eb9))
- **(node-swc)** Add `libc` field in Linux platform packages (#4046) ([db9b988](https://github.com/swc-project/swc/commit/db9b9888459c0394209f68bad421eb31a491547a))
## [1.2.156] - 2022-03-16

2
Cargo.lock generated
View File

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