chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-18 14:21:39 +00:00
parent b39e345d8e
commit 60d820a47c
3 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,14 @@
# Changelog
## [unreleased]
### Features
- **(es/lints)** Implement `no-new-symbol` rule (#4076) ([b39e345](https://github.com/swc-project/swc/commit/b39e345d8e43c3e6c1491f7b75448e3b091d7b0d))
## [1.2.158] - 2022-03-18
### Bug Fixes

2
Cargo.lock generated
View File

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