chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-14 06:13:18 +00:00
parent 9b226a7026
commit 3149026d0f
3 changed files with 5 additions and 2 deletions

View File

@ -19,6 +19,9 @@
- **(es)** Add an option to omit columns from sourcemaps (#4646) ([b6f904b](https://github.com/swc-project/swc/commit/b6f904b8f0fbe8bffb25ab432006f8195d585bf7))
- **(es/lints)** Implement `no-sparse-arrays` rule (#4652) ([9b226a7](https://github.com/swc-project/swc/commit/9b226a7026f06729904ef1fdc0e4a17aa631e5e4))
## [1.2.183] - 2022-05-13
### Bug Fixes

2
Cargo.lock generated
View File

@ -3323,7 +3323,7 @@ dependencies = [
[[package]]
name = "swc_ecma_lints"
version = "0.40.1"
version = "0.40.2"
dependencies = [
"ahash",
"auto_impl",

View File

@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_lints"
repository = "https://github.com/swc-project/swc.git"
version = "0.40.1"
version = "0.40.2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]