From 6e2ff6f57db0433478ce7e10d0da197ff6b5088a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 14:44:15 +0000 Subject: [PATCH] chore(main): release 1.0.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ gradle.properties | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) 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..56ec792 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-10) + + +### 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