From ee2e2371f7a85bf8fd84e7c42415953f779dda17 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Jun 2025 14:52:51 +0000 Subject: [PATCH] chore(main): release 0.4.0 --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4612b5f..2f22b2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/scriptcoded/scripts-chunk-loaders/compare/v0.3.1...v0.4.0) (2025-06-15) + + +### Features + +* update to 1.21.3 ([#30](https://github.com/scriptcoded/scripts-chunk-loaders/issues/30)) ([721e2fe](https://github.com/scriptcoded/scripts-chunk-loaders/commit/721e2fe89db04adca16ee28a47cfdff8e94ae6ad)) + ## [0.3.1](https://github.com/scriptcoded/scripts-chunk-loaders/compare/v0.3.0...v0.3.1) (2024-06-21) diff --git a/gradle.properties b/gradle.properties index e29db0e..955a6bb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ loader_version=0.16.9 # Mod Properties # x-release-please-start-version -mod_version=0.3.2-SNAPSHOT +mod_version=0.4.0 # x-release-please-end maven_group=io.nihlen.scriptschunkloaders archives_base_name=scripts-chunk-loaders