chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-17 12:08:09 +00:00
parent 4953ce466f
commit 29ff9cb29f
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(es/codegen)** Emit decorators before export (#4349) ([4953ce4](https://github.com/swc-project/swc/commit/4953ce466fcb008aa356d88489786b7bff3f2395))
- **(es/minifier)** Preserve vars in dead branches (#4345) ([5a5e41a](https://github.com/swc-project/swc/commit/5a5e41aaaa3791f76de9c73aa29c714fa097c773))
### Miscellaneous Tasks

2
Cargo.lock generated
View File

@ -3167,7 +3167,7 @@ dependencies = [
[[package]]
name = "swc_ecma_codegen"
version = "0.105.1"
version = "0.105.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.105.1"
version = "0.105.2"
[lib]
bench = false