From 8bb0ac2de14d8bc2e1d5a5391cec41b9db25d013 Mon Sep 17 00:00:00 2001 From: Boshen Date: Tue, 10 Dec 2024 15:42:22 +0800 Subject: [PATCH] chore: release v1.0.4 (#8) --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4936253..634fbb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0. +## [1.0.4](https://github.com/oxc-project/oxc-sourcemap/compare/v1.0.3...v1.0.4) - 2024-12-10 + +### Fixed + +- fix wrong source id when concatenating empty source map (#7) + +### Other + +- update README + ## [1.0.3](https://github.com/oxc-project/oxc-sourcemap/compare/v1.0.2...v1.0.3) - 2024-12-03 ### Other diff --git a/Cargo.lock b/Cargo.lock index 0d8a1f8..f62fb52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -251,7 +251,7 @@ checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a" [[package]] name = "oxc_sourcemap" -version = "1.0.3" +version = "1.0.4" dependencies = [ "base64-simd", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 105bcc9..51a705c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_sourcemap" -version = "1.0.3" +version = "1.0.4" publish = true authors = ["Boshen "] edition = "2021"