chore: Publish crates

This commit is contained in:
Donny 2021-12-13 09:21:46 +09:00
parent c415487bb9
commit f35ec6c612
3 changed files with 5 additions and 2 deletions

View File

@ -8,6 +8,9 @@
- **(css/parser)** Fix lexing of value starting with `-` (#3011) ([e0c8bbf](https://github.com/swc-project/swc/commit/e0c8bbf7a0b24f3fe36f04886346a4709b5e09d9))
- **(es/codegen)** Fix sourcemap bug related to multi-line comments (#3023) ([c415487](https://github.com/swc-project/swc/commit/c415487bb91f466948c2279030f3643049ad395a))
- **(es/dep_graph)** Fix parsing of import assertions (#3005) ([819fc88](https://github.com/swc-project/swc/commit/819fc88a19a927091e8ce093d9eab518da039138))

2
Cargo.lock generated
View File

@ -2695,7 +2695,7 @@ dependencies = [
[[package]]
name = "swc_ecma_codegen"
version = "0.83.1"
version = "0.83.2"
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.83.1"
version = "0.83.2"
[dependencies]
bitflags = "1"