diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 762fc35..b78500f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.22.2" + ".": "0.22.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e4bc42..caa2f1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.22.3](https://github.com/hugomods/bootstrap/compare/v0.22.2...v0.22.3) (2024-06-30) + + +### Bug Fixes 🐞 + +* **collapse:** use `Scratch` instead of `now.UnixNano` to generate ID ([#156](https://github.com/hugomods/bootstrap/issues/156)) ([fdfc144](https://github.com/hugomods/bootstrap/commit/fdfc144fbb2010e204bce4b062989f9748895e87)) + ## [0.22.2](https://github.com/hugomods/bootstrap/compare/v0.22.1...v0.22.2) (2024-06-04)