chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-26 06:28:01 +00:00
parent fce554cfb0
commit 6debb423d5
3 changed files with 5 additions and 2 deletions

View File

@ -14,6 +14,9 @@
- **(es/codegen)** Fix codegen of template literals (#4124) ([f5a5217](https://github.com/swc-project/swc/commit/f5a5217506dd18b4ad49920d2e82026eb85dfd73))
- **(es/lints)** Ignore type-only imports while checking duplicates (#4163) ([fce554c](https://github.com/swc-project/swc/commit/fce554cfb02d034942ab64114ea212020c51e570))
- **(es/parser)** Allow arrows without parenthesized param in typescript (#4138) ([ab4ea9f](https://github.com/swc-project/swc/commit/ab4ea9f0cb202d79b3713b9418271b19a64dd23a))

2
Cargo.lock generated
View File

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