diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f742d8f28e8..50c1b35d4b93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 1eb523fea015..0723a98639d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3266,7 +3266,7 @@ dependencies = [ [[package]] name = "swc_ecma_codegen" -version = "0.108.0" +version = "0.108.1" dependencies = [ "bitflags", "criterion", diff --git a/crates/swc_ecma_codegen/Cargo.toml b/crates/swc_ecma_codegen/Cargo.toml index d3315a2ac602..743fac7d5828 100644 --- a/crates/swc_ecma_codegen/Cargo.toml +++ b/crates/swc_ecma_codegen/Cargo.toml @@ -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