chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-28 04:00:47 +00:00
parent efd6a3603c
commit 51335ebc35
3 changed files with 8 additions and 2 deletions

View File

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

2
Cargo.lock generated
View File

@ -2898,7 +2898,7 @@ dependencies = [
[[package]]
name = "swc"
version = "0.221.0"
version = "0.221.1"
dependencies = [
"ahash",
"ansi_term",

View File

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