chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-05 11:49:50 +00:00
parent ccd3188c8b
commit 8c4ad410f8
3 changed files with 5 additions and 2 deletions

View File

@ -8,6 +8,9 @@
- **(es/codegen)** Commit `;` before a template literal (#4252) ([8cd903b](https://github.com/swc-project/swc/commit/8cd903b3b006b823cc5d3a61d40a1311fc97276c))
- **(es/codegen)** Handle comments on the argument of `throw` (#4254) ([ccd3188](https://github.com/swc-project/swc/commit/ccd3188c8bbf9d80efaa632e283941ed6e1fc59c))
- **(es/minifier)** Remap variables on IIFE evaluation (#4230) ([55b98fc](https://github.com/swc-project/swc/commit/55b98fc87470cc5b2e2645ae8588c106c490fb3a))

2
Cargo.lock generated
View File

@ -3139,7 +3139,7 @@ dependencies = [
[[package]]
name = "swc_ecma_codegen"
version = "0.102.1"
version = "0.102.2"
dependencies = [
"bitflags",
"criterion",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_codegen"
repository = "https://github.com/swc-project/swc.git"
version = "0.102.1"
version = "0.102.2"
[lib]
bench = false