From 69024a5f549032c1f84923f379f07fdb6f5ade73 Mon Sep 17 00:00:00 2001 From: Grounds Bot Date: Thu, 9 Jul 2026 21:49:20 +0200 Subject: [PATCH] chore(main): release 0.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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)