diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 469b947..f187e4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.0](https://github.com/groundsgg/plugin-permissions/compare/v0.2.0...v0.3.0) (2026-07-09) + + +### Features + +* add permission query commands ([#4](https://github.com/groundsgg/plugin-permissions/issues/4)) ([a461a71](https://github.com/groundsgg/plugin-permissions/commit/a461a7119a35c027aeffa639d8a73c90981b4727)) +* collect permission manifests ([#6](https://github.com/groundsgg/plugin-permissions/issues/6)) ([c78162e](https://github.com/groundsgg/plugin-permissions/commit/c78162ecb3c9c8594d376c76ff12205ae0e978cf)) + ## [0.2.0](https://github.com/groundsgg/plugin-permissions/compare/v0.1.0...v0.2.0) (2026-07-05)