From 51335ebc35d3e3c470dd0551d6cfb6ee68b11cd3 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Sun, 28 Aug 2022 04:00:47 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- crates/swc/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35b7cac0026..905db87a2bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,12 @@ - **(es/parser)** Handle `async` in `for...of` (#5646) ([0f0d1db](https://github.com/swc-project/swc/commit/0f0d1db3013b5dda88e4e73bfd335c8f7e3ad840)) +### Testing + + + +- **(es/transforms)** Enable tests for resolved issues (#5651) ([efd6a36](https://github.com/swc-project/swc/commit/efd6a3603c280a12a76eb14994cb0caa0ef38479)) + ## [1.2.244] - 2022-08-26 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index e9c84aaa210..24474813ef2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2898,7 +2898,7 @@ dependencies = [ [[package]] name = "swc" -version = "0.221.0" +version = "0.221.1" dependencies = [ "ahash", "ansi_term", diff --git a/crates/swc/Cargo.toml b/crates/swc/Cargo.toml index e9786fe568a..6857fc08a36 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.221.0" +version = "0.221.1" [lib] bench = false