chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-30 09:14:08 +00:00
parent a444726fe3
commit b993b1fd9b
3 changed files with 5 additions and 2 deletions

View File

@ -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

2
Cargo.lock generated
View File

@ -3627,7 +3627,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_testing"
version = "0.82.0"
version = "0.82.1"
dependencies = [
"ansi_term",
"anyhow",

View File

@ -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