From f52df0e156e67295022e505207d86bb13fecdc06 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 9 May 2026 14:57:32 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20release=20v2.4.1=20=E2=80=94=20verify-?= =?UTF-8?q?report=20fixes=20(version=20sync,=20routing=20tests,=20README?= =?UTF-8?q?=20guard,=20lint=20hardening)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- forgekit.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 738716a..bdd7427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to ForgeKit are documented in this file. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). -## [2.4.x] - 2026-05-09 +## [2.4.1] - 2026-05-09 ### Added diff --git a/forgekit.json b/forgekit.json index 18d6943..6d0985d 100644 --- a/forgekit.json +++ b/forgekit.json @@ -1,7 +1,7 @@ { "schema": "https://forgekit.dev/schemas/forgecode-native.v1.json", "provider": "forgecode", - "version": "2.4.0", + "version": "2.4.1", "nativeRuntimeDir": ".", "globalRuntimeDir": "~/ForgeKit", "entrypoints": [ diff --git a/package.json b/package.json index ab3c6d7..a7b6b86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lgmmo-forgekit-installer", - "version": "2.4.0", + "version": "2.4.1", "description": "One-command installer for LGM MMO ForgeKit into the current project.", "type": "module", "bin": {