Update changelog, prepare for (another) release

This commit is contained in:
Starbeamrainbowlabs 2023-08-01 00:34:35 +01:00
parent 125638a079
commit dd6e34bde1
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
4 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "worldeditadditions", "name": "worldeditadditions",
"version": "1.14.4", "version": "1.14.5",
"description": "Documentation website for WorldEditAdditions", "description": "Documentation website for WorldEditAdditions",
"main": "index.js", "main": "index.js",
"private": true, "private": true,

View File

@ -3,7 +3,8 @@ It's about time I started a changelog! This will serve from now on as the main c
Note to self: See the bottom of this file for the release template text. Note to self: See the bottom of this file for the release template text.
## v1.14.5: The multipoint update, hotfix 5 (unreleased)
## v1.14.5: The multipoint update, hotfix 5 (1st August 2023)
- Added `//listentities`, which lists all currently loaded `ObjectRef`s. This is intended for debugging mods. - Added `//listentities`, which lists all currently loaded `ObjectRef`s. This is intended for debugging mods.

View File

@ -1,6 +1,6 @@
--- WorldEditAdditions --- WorldEditAdditions
-- @namespace worldeditadditions -- @namespace worldeditadditions
-- @release 1.14.4 -- @release 1.14.5
-- @copyright 2023 Starbeamrainbowlabs -- @copyright 2023 Starbeamrainbowlabs
-- @license Mozilla Public License, 2.0 -- @license Mozilla Public License, 2.0
-- @author Starbeamrainbowlabs -- @author Starbeamrainbowlabs

View File

@ -1,6 +1,6 @@
--- WorldEditAdditions-Core --- WorldEditAdditions-Core
-- @namespace worldeditadditions_core -- @namespace worldeditadditions_core
-- @release 1.14.4 -- @release 1.14.5
-- @copyright 2021 Starbeamrainbowlabs and VorTechnix -- @copyright 2021 Starbeamrainbowlabs and VorTechnix
-- @license Mozilla Public License, 2.0 -- @license Mozilla Public License, 2.0
-- @author Starbeamrainbowlabs and VorTechnix -- @author Starbeamrainbowlabs and VorTechnix