chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-20 07:56:23 +00:00
parent 288ae51fb1
commit 8b61c90e88
3 changed files with 5 additions and 2 deletions

View File

@ -8,6 +8,9 @@
- **(es)** Improve sourcemap (#5569) ([2f7e322](https://github.com/swc-project/swc/commit/2f7e3222140aba2a0e13e307f18b42f6b39f084d))
- **(es/codgen)** Fix sourcemap of`BlockStmt` (#5570) ([288ae51](https://github.com/swc-project/swc/commit/288ae51fb130d5ea302fa89618921ccc3c57d7bc))
- **(es/compat)** Use separate `SyntaxContext` for class names (#5566) ([b717a68](https://github.com/swc-project/swc/commit/b717a68199fc965632e9513d2c57a47af23231d8))
### Features

2
Cargo.lock generated
View File

@ -3260,7 +3260,7 @@ dependencies = [
[[package]]
name = "swc_ecma_codegen"
version = "0.121.6"
version = "0.121.7"
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.121.6"
version = "0.121.7"
[lib]
bench = false