chore: Publish crates

This commit is contained in:
SWC Bot 2022-02-17 06:13:48 +00:00
parent 71a94b143e
commit aa10900235
3 changed files with 5 additions and 2 deletions

View File

@ -14,6 +14,9 @@
- **(es/compat)** Handle `super` and `new.target` in class properties (#3594) ([3191741](https://github.com/swc-project/swc/commit/31917417e929ab2137143b44c15b95d7c642e71e))
- **(es/lints)** Use `kebab-case` for configuration (#3590) ([71a94b1](https://github.com/swc-project/swc/commit/71a94b143ed881eca9097e724f5dd4986241a9b1))
- **(node-swc/types)** Fix experimental config options (#3603) ([2b5eba1](https://github.com/swc-project/swc/commit/2b5eba16c3a5e3621b6e66d92db1e0d6c400c9f2))
### Features

2
Cargo.lock generated
View File

@ -2916,7 +2916,7 @@ dependencies = [
[[package]]
name = "swc_ecma_lints"
version = "0.14.10"
version = "0.14.11"
dependencies = [
"ahash",
"auto_impl",

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_lints"
repository = "https://github.com/swc-project/swc.git"
version = "0.14.10"
version = "0.14.11"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]