From 9ccf3d9bfa25ff7d120df79a554333ba2303b2c6 Mon Sep 17 00:00:00 2001 From: Antonio Date: Sun, 21 Sep 2025 21:27:19 +0300 Subject: [PATCH] chore(master): release 1.2.0 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pom.xml | 2 +- src/main/resources/paper-plugin.yml | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 09f0e57..33bd4cf 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.1.0" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4305200..e906a5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.2.0](https://github.com/stdNullPtr/Pokeball/compare/v1.1.0...v1.2.0) (2025-09-21) + + +### Features + +* gate release by world + tidy README & config ([#14](https://github.com/stdNullPtr/Pokeball/issues/14)) ([ef380b9](https://github.com/stdNullPtr/Pokeball/commit/ef380b9d57cbc96566a5b6683837c22e39441995)) + + +### Documentation + +* remove outdated CI and release workflow section from README ([77c964d](https://github.com/stdNullPtr/Pokeball/commit/77c964db3efc286b999188ffb48201c6e67abf2e)) + ## [1.1.0](https://github.com/stdNullPtr/Pokeball/compare/v1.0.0...v1.1.0) (2025-09-19) diff --git a/pom.xml b/pom.xml index f8e8d5a..286612d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.stdnullptr Pokeball - 1.1.0 + 1.2.0 jar Pokeball diff --git a/src/main/resources/paper-plugin.yml b/src/main/resources/paper-plugin.yml index 17f0a8d..4cb445c 100644 --- a/src/main/resources/paper-plugin.yml +++ b/src/main/resources/paper-plugin.yml @@ -1,5 +1,5 @@ name: Pokeball -version: 1.1.0 +version: 1.2.0 main: com.stdnullptr.pokeball.Pokeball api-version: '1.21' description: Simple, modern Pokeball plugin for capturing and releasing basic mobs.