diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7b33894b..8db59449 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.101.2" + ".": "2.101.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d0a2e288..cba0829a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.101.3](https://github.com/andymai/brepkit/compare/v2.101.2...v2.101.3) (2026-06-03) + + +### Bug Fixes + +* **heal:** deterministic same-domain merge ordering ([#748](https://github.com/andymai/brepkit/issues/748)) ([d51ca74](https://github.com/andymai/brepkit/commit/d51ca74a441a74c52f9081b4ea4b648763c7192a)) + ## [2.101.2](https://github.com/andymai/brepkit/compare/v2.101.1...v2.101.2) (2026-05-29) diff --git a/crates/wasm/Cargo.toml b/crates/wasm/Cargo.toml index 122ef315..4bed5a21 100644 --- a/crates/wasm/Cargo.toml +++ b/crates/wasm/Cargo.toml @@ -7,7 +7,7 @@ license.workspace = true name = "brepkit-wasm" repository.workspace = true rust-version.workspace = true -version = "2.101.2" +version = "2.101.3" [lib] crate-type = ["cdylib", "rlib"]