chore: Publish crates

This commit is contained in:
SWC Bot 2022-07-05 16:36:36 +00:00
parent bef8aebdea
commit 8342497c82
3 changed files with 5 additions and 2 deletions

View File

@ -13,6 +13,9 @@
- **(es/fixer)** Preserve parens in more opt calls (#5111) ([528d4c5](https://github.com/swc-project/swc/commit/528d4c5aa45f4a7445fcc7b50eb71302d3631190))
- **(es/lints)** Allow overload in typescript (#5116) ([bef8aeb](https://github.com/swc-project/swc/commit/bef8aebdeadb4d15b7417af88947bfc905f93628))
### Documentation

2
Cargo.lock generated
View File

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