From 568b3b37a5339ac7cd0257449d0a80f09006909a Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Fri, 21 Jun 2024 08:51:36 +0000 Subject: [PATCH] chore: Bump crates --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- crates/swc_common/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 506e9b862a3c..8cfa3d509054 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ # Changelog +## [unreleased] + +### Features + + + +- **(common)** Add fallible methods to `swc_common::SourceMap` ([#9090](https://github.com/swc-project/swc/issues/9090)) ([e423d1b](https://github.com/swc-project/swc/commit/e423d1bcedc24803eaeeed4c72cc84fe9a938f65)) + ## [1.6.3] - 2024-06-19 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index ffc3b602f7b6..612c4fbf0fce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3856,7 +3856,7 @@ dependencies = [ [[package]] name = "swc_common" -version = "0.34.2" +version = "0.34.3" dependencies = [ "ahash 0.8.8", "anyhow", diff --git a/crates/swc_common/Cargo.toml b/crates/swc_common/Cargo.toml index 5ce69b055c5b..b89e485c1d0a 100644 --- a/crates/swc_common/Cargo.toml +++ b/crates/swc_common/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_common" repository = "https://github.com/swc-project/swc.git" -version = "0.34.2" +version = "0.34.3" [package.metadata.docs.rs] all-features = true