From c82c65c0ba585d207687d5c03aba0d2a9fc2350b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Sat, 26 Nov 2022 22:48:22 +0900 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 2 +- bindings/Cargo.lock | 2 +- bindings/swc_cli/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0954c428762..0eeed027b872 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## [unreleased] +## [1.3.20] - 2022-11-26 ### Bug Fixes diff --git a/bindings/Cargo.lock b/bindings/Cargo.lock index c3ec17448296..62cab8a8b644 100644 --- a/bindings/Cargo.lock +++ b/bindings/Cargo.lock @@ -2526,7 +2526,7 @@ dependencies = [ [[package]] name = "swc_cli" -version = "0.91.7" +version = "0.91.8" dependencies = [ "anyhow", "atty", diff --git a/bindings/swc_cli/Cargo.toml b/bindings/swc_cli/Cargo.toml index 0dd722b47b92..a119594c02e9 100644 --- a/bindings/swc_cli/Cargo.toml +++ b/bindings/swc_cli/Cargo.toml @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_cli" repository = "https://github.com/swc-project/swc.git" -version = "0.91.7" +version = "0.91.8" [[bin]] bench = false