diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c52677e..0e51a4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.1.0](https://github.com/meigma/ghd-test/compare/v1.0.0...v1.1.0) (2026-04-25) + + +### Features + +* add direct binary fixture assets ([#5](https://github.com/meigma/ghd-test/issues/5)) ([c2731f5](https://github.com/meigma/ghd-test/commit/c2731f530138db2306c5734ec494f0e411b93d5a)) +* **fixture:** add collision package release ([39cfac3](https://github.com/meigma/ghd-test/commit/39cfac37ce67379ccca6d2903e46d698af46670f)) +* **fixture:** publish archive wave-a release ([0526802](https://github.com/meigma/ghd-test/commit/052680205b813f656e26315570563bfc5a2e94a4)) +* **fixture:** publish direct wave-a release ([3d4f523](https://github.com/meigma/ghd-test/commit/3d4f5231e36c8412924b99af9c7533080f9792f1)) +* **fixture:** rotate release signer workflow ([fbcc499](https://github.com/meigma/ghd-test/commit/fbcc499fe6d431ec3fc40e36875b6dcebd839f84)) + + +### Bug Fixes + +* **fixture:** simplify rotated release publication ([6bc7046](https://github.com/meigma/ghd-test/commit/6bc70461a52fbb90bf6fc8021bad8d296fb5fc89)) + ## 1.0.0 (2026-04-22)