chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-15 08:02:32 +00:00
parent 4c9973010a
commit 4f9b9666d3
3 changed files with 5 additions and 2 deletions

View File

@ -20,6 +20,9 @@
- **(es/codegen)** Fix overflow of numeric literals (#4321) ([0245e26](https://github.com/swc-project/swc/commit/0245e26af5f984cf89a2f474d89f6b3dfe2f0eff))
- **(es/codegen)** Fix codegen of arrow expressions (#4306) ([4c99730](https://github.com/swc-project/swc/commit/4c9973010a5c2b865e6ed676a4e0364234cf5d88))
- **(es/compat)** Fix renaming bug of `block_scoping` (#4310) ([6c9882e](https://github.com/swc-project/swc/commit/6c9882ec68fee9b702f5e4749482eca74fbd87e8))

2
Cargo.lock generated
View File

@ -3144,7 +3144,7 @@ dependencies = [
[[package]]
name = "swc_ecma_codegen"
version = "0.105.0"
version = "0.105.1"
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.0"
version = "0.105.1"
[lib]
bench = false