diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b985ff6..466df71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..907a0ab --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## [0.1.0](https://github.com/groundsgg/plugin-permissions/compare/plugin-permissions-v0.0.1...plugin-permissions-v0.1.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))