diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..a915e8c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 75efc87..f46fe38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.1](https://github.com/groundsgg/plugin-grounds-platform/compare/v0.1.0...v0.1.1) (2026-05-06) + + +### Features + +* **motd:** show project + push id, attribute on second line ([#2](https://github.com/groundsgg/plugin-grounds-platform/issues/2)) ([6d84ef0](https://github.com/groundsgg/plugin-grounds-platform/commit/6d84ef06edaf0a9cdc694b545cc9ef708c1e341e)) + + +### Bug Fixes + +* **release-please:** drop release-as pin so commits drive bumps ([#4](https://github.com/groundsgg/plugin-grounds-platform/issues/4)) ([007b7ad](https://github.com/groundsgg/plugin-grounds-platform/commit/007b7ade32a317ef154eb55929eadefe7ee89f23)) + ## 0.1.0 (2026-05-05)