chore: Publish crates

This commit is contained in:
SWC Bot 2022-07-26 03:07:40 +00:00
parent daac26bcfb
commit 186b13933e
3 changed files with 5 additions and 2 deletions

View File

@ -8,6 +8,9 @@
- **(css)** Fix parsing of `layer` (#5290) ([83651c2](https://github.com/swc-project/swc/commit/83651c297d4e6b03809b96a87ce1c59f158e28ff))
- **(es/codegen)** Add `;` for a generator function (#5292) ([daac26b](https://github.com/swc-project/swc/commit/daac26bcfbc48a732d4b1b831a0f54518401f63b))
- **(es/compat)** Preserve orders of `import`s and `export`s (#5249) ([2010409](https://github.com/swc-project/swc/commit/2010409bac0f73c5f4d04f6735db6142f621701a))

2
Cargo.lock generated
View File

@ -3310,7 +3310,7 @@ dependencies = [
[[package]]
name = "swc_ecma_codegen"
version = "0.119.0"
version = "0.119.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.119.0"
version = "0.119.1"
[lib]
bench = false