diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f..f1c1e58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fb4e6e..6fd7504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/groundsgg/plugin-permissions/compare/v0.4.0...v0.5.0) (2026-07-14) + + +### Features + +* bridge permissions into the platforms' native command gates ([#11](https://github.com/groundsgg/plugin-permissions/issues/11)) ([64429a1](https://github.com/groundsgg/plugin-permissions/commit/64429a1c52ba52f5e3b02d131e976dcaaa2f6ad7)) + ## [0.4.0](https://github.com/groundsgg/plugin-permissions/compare/v0.3.0...v0.4.0) (2026-07-13)