chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-24 02:17:28 +00:00
parent 0f92eda0c7
commit 06ce880c53
3 changed files with 5 additions and 2 deletions

View File

@ -29,6 +29,9 @@
- **(es/lints)** Use `Str.raw` instead of source map (#4139) ([d8a988e](https://github.com/swc-project/swc/commit/d8a988ef3d5dfba839af0866ead73faf54f205dc))
- **(es/lints)** Improve error messages (#4142) ([0f92eda](https://github.com/swc-project/swc/commit/0f92eda0c78277d3de83ae85cf8a5c04e9c437bf))
- **(es/minifier)** Implement some unsafe evaluation rules (#4133) ([1d3763d](https://github.com/swc-project/swc/commit/1d3763d96c94638bb0828110cc90bd123f96e327))

2
Cargo.lock generated
View File

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