chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-28 08:30:00 +00:00
parent 2a9cb2d12a
commit 4bb22f9b5c
3 changed files with 5 additions and 2 deletions

View File

@ -100,6 +100,9 @@
- **(css/prefixer)** Rename crate (#4159) ([7817547](https://github.com/swc-project/swc/commit/78175473fa10cb5298b226c083da0efab38db997))
- **(es/lints)** Use util for parens (#4167) ([2a9cb2d](https://github.com/swc-project/swc/commit/2a9cb2d12ac0957c0d1ae0f64d2b2f8dc72de12a))
### Testing

2
Cargo.lock generated
View File

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