From 816ab75867db288039a29695d7b2de6eb455d466 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Sun, 2 Jul 2023 23:47:28 +0200 Subject: [PATCH] Release 1.12.3 (#101) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 56f1c41..2063157 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,10 @@ A getter for abstracting the underlying nbt, get's the mob name from a spawn egg ## History +### 1.12.3 +* [add commands workflow (#99)](https://github.com/PrismarineJS/prismarine-item/commit/a4f5d593be8a80fbe539369efe2d1127c9785583) (thanks @extremeheat) +* [Update to node 18.0.0 (#98)](https://github.com/PrismarineJS/prismarine-item/commit/52098ca2b0a9eafa6bcde3cdfb3c2315bab258a5) (thanks @rom1504) + ## 1.12.2 * Fix types (thanks @TigerbyteDev and @u9g) diff --git a/package.json b/package.json index 4de16f0..29ec209 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prismarine-item", - "version": "1.12.2", + "version": "1.12.3", "description": "Represent a minecraft item with its associated data", "main": "index.js", "types": "index.d.ts",