chore: Publish crates

This commit is contained in:
SWC Bot 2022-06-13 19:27:50 +00:00
parent 6daeeb0652
commit 50a91a288e
3 changed files with 5 additions and 2 deletions

View File

@ -17,6 +17,9 @@
- **(es/lints)** Add `constructor-super` rule (#4912) ([6daeeb0](https://github.com/swc-project/swc/commit/6daeeb0652513af7435c2197d74734c89965d66e))
- **(es/minifier)** Turn `Array`/`Object` calls into literals (#4947) ([47bdc6a](https://github.com/swc-project/swc/commit/47bdc6a6b13c5a4d6b85d4e3a0e729126c7b5f9d))

2
Cargo.lock generated
View File

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