From bcef90dc97773fedcff4c823f97ab117e553df05 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Wed, 27 Apr 2022 03:10:17 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- crates/swc_ecma_parser/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dc07b4bb67..1dc40aef84c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ - **(html/parser)** Fix a bug with nested tags (#4438) ([8c4dc4c](https://github.com/swc-project/swc/commit/8c4dc4cc46e73265ad45e63fecd513f4ba4cf7bb)) +### Features + + + +- **(es/parser)** Reject indirect opt chain in assignment (#4447) ([df7b3f6](https://github.com/swc-project/swc/commit/df7b3f611a7bf5509e143cf81a69e0443cf80288)) + ### Miscellaneous Tasks diff --git a/Cargo.lock b/Cargo.lock index ce721e57ed8..9e27d368050 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3341,7 +3341,7 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "0.102.8" +version = "0.102.9" dependencies = [ "criterion", "either", diff --git a/crates/swc_ecma_parser/Cargo.toml b/crates/swc_ecma_parser/Cargo.toml index 2087bad03c5..3060ed51838 100644 --- a/crates/swc_ecma_parser/Cargo.toml +++ b/crates/swc_ecma_parser/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "examples/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_parser" repository = "https://github.com/swc-project/swc.git" -version = "0.102.8" +version = "0.102.9" [package.metadata.docs.rs] all-features = true