From 29c66dbdec827a0d8da21433e31e3ab216d5b751 Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Tue, 5 Nov 2024 11:28:29 +0700 Subject: [PATCH] chore(release): v5.3.13 --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .github/ISSUE_TEMPLATE/issue_report.yml | 2 +- .github/ISSUE_TEMPLATE/question.yml | 2 +- CHANGELOG.md | 5 ++++- gradle.properties | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index b9071eb..8070bee 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -31,7 +31,7 @@ body: required: true - label: I have written a short but informative title. required: true - - label: I have updated the mod to version **[5.3.10](https://github.com/null2264/CobbleGen/releases/latest)**. + - label: I have updated the mod to version **[5.3.13](https://github.com/null2264/CobbleGen/releases/latest)**. required: true - label: I have checked the mod config for my feature. required: true diff --git a/.github/ISSUE_TEMPLATE/issue_report.yml b/.github/ISSUE_TEMPLATE/issue_report.yml index f363615..df225d5 100644 --- a/.github/ISSUE_TEMPLATE/issue_report.yml +++ b/.github/ISSUE_TEMPLATE/issue_report.yml @@ -94,7 +94,7 @@ body: required: true - label: I have written a short but informative title. required: true - - label: I have updated the mod to version **[5.3.10](https://github.com/null2264/CobbleGen/releases/latest)**. + - label: I have updated the mod to version **[5.3.13](https://github.com/null2264/CobbleGen/releases/latest)**. required: true - label: I have admitted that I am a clown by having checked this box, as I have not read these acknowledgements. - label: I have filled out all of the requested information in this form. diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index 6f876f8..6a20dfc 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -55,7 +55,7 @@ body: required: true - label: If I'm writing customGen configuration, I acknowledge that there are only 3 type of gens that exists which are `cobbleGen`, `stoneGen`, and `basaltGen`. Using any other type (such as `oreGen`) would cause it to stop working. required: true - - label: I have updated the mod to version **[5.3.10](https://github.com/null2264/CobbleGen/releases/latest)**. + - label: I have updated the mod to version **[5.3.13](https://github.com/null2264/CobbleGen/releases/latest)**. required: true - label: I have admitted that I am a clown by having checked this box, as I have not read these acknowledgements. - label: I have filled out all of the requested information in this form. diff --git a/CHANGELOG.md b/CHANGELOG.md index b516970..7790219 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v5.3.13] - 2024-11-05 + ### Added - Re added support for MC 1.19.3-1.19.4 @@ -19,5 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Adjust JEI integration due to deprecations in JEI 19 or newer - Fixed issues with sending packet on NeoForge caused by Network Refactor -[unreleased]: https://github.com/null2264/CobbleGen/compare/v5.3.12...main +[unreleased]: https://github.com/null2264/CobbleGen/compare/v5.3.13...main +[v5.3.13]: https://github.com/null2264/CobbleGen/compare/v5.3.12...v5.3.13 [v5.3.12]: https://github.com/null2264/CobbleGen/compare/v5.3.11...v5.3.12 diff --git a/gradle.properties b/gradle.properties index 88f6bef..76d7ed7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.jvmargs=-Xmx6G # Mod Properties -mod_version=5.3.12 +mod_version=5.3.13 version_stage=BETA maven_group=io.github.null2264 archives_base_name=cobblegen