From 14e3cdb79610d8681d105fc9d43302c0248766b6 Mon Sep 17 00:00:00 2001 From: Aeadoin <109764533+Aeadoin@users.noreply.github.com> Date: Sat, 26 Nov 2022 16:45:05 -0500 Subject: [PATCH] [2.4.1] [Bots] Minor fix (Aeadoin) (#86) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eac59f238..c7018a41d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.4.1] + +### [Bots] Minor fix (Aeadoin) + +- Fixed an issue when adding new Spells to the Bot Spell List. + ## [2.4.0] ### [Bots] Spell Editor (Aeodoin) diff --git a/package.json b/package.json index c623373ee..f393bf43f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spire", - "version": "2.4.0", + "version": "2.4.1", "repository": { "type": "git", "url": "https://github.com/Akkadius/spire.git"