chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-15 10:43:11 +00:00
parent bfb6be7075
commit a09bfc22f8
3 changed files with 8 additions and 2 deletions

View File

@ -10,6 +10,12 @@
- **(html/parser)** Fix error reporting (#4644) ([1f945b9](https://github.com/swc-project/swc/commit/1f945b9277e564e393505b0baeaf3526d8a34d64))
### Documentation
- **(es/codegen)** Document `ascii_only` (#4669) ([bfb6be7](https://github.com/swc-project/swc/commit/bfb6be7075a57238ffe0e8c11edcf32b115b756b))
### Features

2
Cargo.lock generated
View File

@ -3266,7 +3266,7 @@ dependencies = [
[[package]]
name = "swc_ecma_codegen"
version = "0.108.0"
version = "0.108.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.108.0"
version = "0.108.1"
[lib]
bench = false