From b993b1fd9b93feb33dc728c93dbb4e0dbdc8f7fa Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Sat, 30 Apr 2022 09:14:08 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- crates/swc_ecma_transforms_testing/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1927d294b76..9c47ec469e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ +- **(es/bugfixes)** Fix handling of syntax context (#4490) ([a444726](https://github.com/swc-project/swc/commit/a444726fe3014c1a241439d8126188c0c5fe5212)) + + - **(html/parser)** Fix adoption agency algorithm (#4487) ([00358e1](https://github.com/swc-project/swc/commit/00358e10fc00e9118e933da8a8674e347d0d60f0)) ### Features diff --git a/Cargo.lock b/Cargo.lock index 3bedeb9aced..90bad9aec20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3627,7 +3627,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_testing" -version = "0.82.0" +version = "0.82.1" dependencies = [ "ansi_term", "anyhow", diff --git a/crates/swc_ecma_transforms_testing/Cargo.toml b/crates/swc_ecma_transforms_testing/Cargo.toml index bedc4ae6da7..673102d8047 100644 --- a/crates/swc_ecma_transforms_testing/Cargo.toml +++ b/crates/swc_ecma_transforms_testing/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_transforms_testing" repository = "https://github.com/swc-project/swc.git" -version = "0.82.0" +version = "0.82.1" [lib] bench = false