diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 907a0ab..469b947 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.2.0](https://github.com/groundsgg/plugin-permissions/compare/v0.1.0...v0.2.0) (2026-07-05) + + +### Features + +* add minestom permissions module ([3f92020](https://github.com/groundsgg/plugin-permissions/commit/3f920205f848dca6f55fb6e215b8577430089e37)) +* add permissions plugin common library ([396846f](https://github.com/groundsgg/plugin-permissions/commit/396846f889ccc413677c7ef24b0261f01459cf3c)) +* add velocity permissions snapshot cache ([02fa99a](https://github.com/groundsgg/plugin-permissions/commit/02fa99a22ab65aad2e6fb4f611ab2481c09820f9)) + + +### Bug Fixes + +* configure release please ([415d468](https://github.com/groundsgg/plugin-permissions/commit/415d468d9d0512f6617efd425f8e21d8f6b67f6a)) +* expose scoped permission checks ([c76c2a0](https://github.com/groundsgg/plugin-permissions/commit/c76c2a0d53d94003a9e81b524a99efcfe022406c)) +* publish numeric release versions ([8543cb7](https://github.com/groundsgg/plugin-permissions/commit/8543cb7c84a9814cf867b85337f5506abf5a42ee)) + ## [0.1.0](https://github.com/groundsgg/plugin-permissions/compare/plugin-permissions-v0.0.1...plugin-permissions-v0.1.0) (2026-07-05)