diff --git a/CHANGELOG.md b/CHANGELOG.md index a0991ed..0211a40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.0.3](https://github.com/oxc-project/oxc-sourcemap/compare/v8.0.2...v8.0.3) - 2026-06-24 + +### Other + +- _(deps)_ update napi to v3.9.4 ([#379](https://github.com/oxc-project/oxc-sourcemap/pull/379)) +- return impl ExactSizeIterator from the slice-backed accessors ([#377](https://github.com/oxc-project/oxc-sourcemap/pull/377)) + ## [8.0.2](https://github.com/oxc-project/oxc-sourcemap/compare/v8.0.1...v8.0.2) - 2026-06-20 ### Other diff --git a/Cargo.lock b/Cargo.lock index c477511..fddcbd7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -545,7 +545,7 @@ checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e" [[package]] name = "oxc_sourcemap" -version = "8.0.2" +version = "8.0.3" dependencies = [ "base64-simd", "criterion2", diff --git a/Cargo.toml b/Cargo.toml index 576ccf3..0efadb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_sourcemap" -version = "8.0.2" +version = "8.0.3" authors = ["Boshen "] categories = [] edition = "2024"