From 46994e067a74155b993470b1a525859ed12fa6ab Mon Sep 17 00:00:00 2001 From: Donny Date: Sun, 19 Dec 2021 21:08:59 +0900 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- crates/swc/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28f6fbb8b90c..555fc1f80a31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ +- **(es/lints)** Implement simple validations (#2763) ([f21af5b](https://github.com/swc-project/swc/commit/f21af5bcd600aa94f8bd99b1250524bbc823662c)) + + - **(es/preset-env)** Upgrade `browserslist-rs` (#3069) ([a1b315a](https://github.com/swc-project/swc/commit/a1b315a114d63aa06856de63d02070d471c271d0)) ## [1.2.121] - 2021-12-19 diff --git a/Cargo.lock b/Cargo.lock index c79aa64c054c..b5daaee120fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2477,7 +2477,7 @@ checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c" [[package]] name = "swc" -version = "0.97.2" +version = "0.97.3" dependencies = [ "ahash", "anyhow", diff --git a/crates/swc/Cargo.toml b/crates/swc/Cargo.toml index c9d664d4954a..d5e0146a21ff 100644 --- a/crates/swc/Cargo.toml +++ b/crates/swc/Cargo.toml @@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc" repository = "https://github.com/swc-project/swc.git" -version = "0.97.2" +version = "0.97.3" [lib] name = "swc"