chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-21 05:16:53 +00:00
parent 61f1a37492
commit 2e48c9fc24
3 changed files with 5 additions and 2 deletions

View File

@ -14,6 +14,9 @@
- **(es/codegen)** Emit decorators on class methods (#4103) ([9b64a69](https://github.com/swc-project/swc/commit/9b64a6960fc413d5aac000d0868d836d881ca895))
- **(es/codegen)** Fix codes related to sourcemap (#4106) ([61f1a37](https://github.com/swc-project/swc/commit/61f1a374928a0c0dd314fdbc4decdee421121abb))
- **(es/compat)** Visit non-method properties in a nested object literal (#4094) ([f5b9600](https://github.com/swc-project/swc/commit/f5b9600b2befe0053bec2d3e6210bf35dd824dfb))

2
Cargo.lock generated
View File

@ -3257,7 +3257,7 @@ dependencies = [
[[package]]
name = "swc_ecma_codegen"
version = "0.98.2"
version = "0.98.3"
dependencies = [
"bitflags",
"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.98.2"
version = "0.98.3"
[dependencies]
bitflags = "1"