From 23b63bc1e5ba49f57f95032e943f0b4d4d3a48f6 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Mon, 13 May 2024 09:15:58 +0000 Subject: [PATCH] chore: Bump crates --- CHANGELOG.md | 6 +++--- Cargo.lock | 2 +- crates/swc/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e35d0d4d39a..ef3761061447 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ +- **(es)** Allow input source map file to be omitted ([#8951](https://github.com/swc-project/swc/issues/8951)) ([606cb67](https://github.com/swc-project/swc/commit/606cb677c42dd43c24ba49ad0912998e33159560)) + + - **(es/ast)** Pin version of unicodes ([#8941](https://github.com/swc-project/swc/issues/8941)) ([6362ff4](https://github.com/swc-project/swc/commit/6362ff4ba80afc9c887a8817582ae976a05c1d90)) @@ -1360,9 +1363,6 @@ - **(es/minifier)** Don't inline functions if `keep_fnames` is enabled ([#8093](https://github.com/swc-project/swc/issues/8093)) ([94bb42e](https://github.com/swc-project/swc/commit/94bb42e29418a8697ba0ab41dad2ffe63f1c32c7)) - -- **(xtask)** Fix nightly command ([#8105](https://github.com/swc-project/swc/issues/8105)) ([db4ca65](https://github.com/swc-project/swc/commit/db4ca650e445e602f289f7964b24f7e2647beacd)) - ### Refactor diff --git a/Cargo.lock b/Cargo.lock index bcebe3b0726f..f02f8053230a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3706,7 +3706,7 @@ dependencies = [ [[package]] name = "swc" -version = "0.275.0" +version = "0.275.1" dependencies = [ "ansi_term", "anyhow", diff --git a/crates/swc/Cargo.toml b/crates/swc/Cargo.toml index a9cf64ad729a..83d7dcd1c739 100644 --- a/crates/swc/Cargo.toml +++ b/crates/swc/Cargo.toml @@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc" repository = "https://github.com/swc-project/swc.git" -version = "0.275.0" +version = "0.275.1" [lib] bench = false