From e434c834c3ab7d24df61c3bbc89cc16f6f83affb Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Fri, 26 Aug 2022 09:31:37 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- crates/swc_ecma_ast/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3899613d8ec..7ede2a1a77c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,9 @@ +- **(es)** Improve APIs for plugin authors (#5632) ([e8edb67](https://github.com/swc-project/swc/commit/e8edb67def8bf88dda610a2d8cc405ad36cd5b52)) + + - **(es/minifier)** Improve gzipped size (#5631) ([d81fe67](https://github.com/swc-project/swc/commit/d81fe67e4b0ef655c3223b17ba44d1d845a8fd96)) ## [1.2.244] - 2022-08-26 diff --git a/Cargo.lock b/Cargo.lock index af20314625c..0a35dce0d2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3266,7 +3266,7 @@ dependencies = [ [[package]] name = "swc_ecma_ast" -version = "0.90.13" +version = "0.90.14" dependencies = [ "arbitrary", "bitflags", diff --git a/crates/swc_ecma_ast/Cargo.toml b/crates/swc_ecma_ast/Cargo.toml index 5ac7cd40e52..be16291f29e 100644 --- a/crates/swc_ecma_ast/Cargo.toml +++ b/crates/swc_ecma_ast/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_ast" repository = "https://github.com/swc-project/swc.git" -version = "0.90.13" +version = "0.90.14" [package.metadata.docs.rs] all-features = true