mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 21:54:36 +03:00
chore: Publish crates
This commit is contained in:
parent
833958bd74
commit
aacc2a1f46
@ -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
2
Cargo.lock
generated
@ -3310,7 +3310,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_lints"
|
||||
version = "0.25.0"
|
||||
version = "0.25.1"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"auto_impl",
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user