diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a8f7122..06d6df2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.0.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e99b6bd..cfcd932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.0.2](https://github.com/OneLiteFeatherNET/PlayerKits/compare/v1.0.1...v1.0.2) (2026-08-19) + + +### Bug Fixes + +* **deps:** update dependency org.incendo:cloud-annotations to v2.1.0 ([#81](https://github.com/OneLiteFeatherNET/PlayerKits/issues/81)) ([2b9845b](https://github.com/OneLiteFeatherNET/PlayerKits/commit/2b9845b476c5b3bc49b564f3fc61d9af8a01ecce)) +* **deps:** update dependency org.incendo:cloud-minecraft-extras to v2.0.0 ([#78](https://github.com/OneLiteFeatherNET/PlayerKits/issues/78)) ([bdce017](https://github.com/OneLiteFeatherNET/PlayerKits/commit/bdce01752c5b3a35e1ecb54da67c882c9d649ffe)) +* **deps:** update dependency org.incendo:cloud-paper to v2.0.0 ([#79](https://github.com/OneLiteFeatherNET/PlayerKits/issues/79)) ([eb9af1d](https://github.com/OneLiteFeatherNET/PlayerKits/commit/eb9af1de372cbf7b26db72df9d9a109c0209e9c6)) +* **deps:** update dependency org.junit.jupiter:junit-jupiter-api to v6.1.3 ([#84](https://github.com/OneLiteFeatherNET/PlayerKits/issues/84)) ([79f8a95](https://github.com/OneLiteFeatherNET/PlayerKits/commit/79f8a9507ba3b87ef532a1c95e52a01feb37fed1)) + ## [1.0.1](https://github.com/OneLiteFeatherNET/PlayerKits/compare/v1.0.0...v1.0.1) (2026-07-13) diff --git a/gradle.properties b/gradle.properties index 4cc90f4..5c66888 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -version = 1.0.1 # x-release-please-version +version = 1.0.2 # x-release-please-version group = net.onelitefeather org.gradle.welcome = never \ No newline at end of file