chore: Publish crates

This commit is contained in:
SWC Bot 2022-07-12 15:25:48 +00:00
parent 1ef541eec4
commit d5d1ff6417
3 changed files with 5 additions and 2 deletions

View File

@ -20,6 +20,9 @@
- **(es/codegen)** Emit comments in `emit_module` (#5132) ([1ef541e](https://github.com/swc-project/swc/commit/1ef541eec4a98dc23bef706f881fac9dddd196ca))
- **(html/minifier)** Allow specifying options for other tools (#5125) ([dada2d7](https://github.com/swc-project/swc/commit/dada2d7d554fa0733a3c65c512777f1548d41a35))

2
Cargo.lock generated
View File

@ -3305,7 +3305,7 @@ dependencies = [
[[package]]
name = "swc_ecma_codegen"
version = "0.116.0"
version = "0.116.1"
dependencies = [
"criterion",
"memchr",

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.116.0"
version = "0.116.1"
[lib]
bench = false