From 9b6c8d32adb6a76307fa7133d02d6bd1caa8bace Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Sun, 13 Oct 2024 04:05:03 +0200 Subject: [PATCH] Release 1.15.0 (#119) 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 697b6ad..54c66ad 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,10 @@ Max durability for the item, if it supports durability ## History +### 1.15.0 +* [1.20.5 (#118)](https://github.com/PrismarineJS/prismarine-item/commit/09815d2778dec72665a16bf6d60ae75d53fb7988) (thanks @extremeheat) +* [Bump @types/node from 20.14.15 to 22.3.0 (#117)](https://github.com/PrismarineJS/prismarine-item/commit/094e32a5b2f7c581ddea4a8d605276aa389c9285) (thanks @dependabot[bot]) + ### 1.14.0 * [Add `maxDurability` field, fix handling item sent by server with new `sentByServer` arg (#106)](https://github.com/PrismarineJS/prismarine-item/commit/d36111d1a754ed9a3db152465b7a930b6582474f) (thanks @extremeheat) diff --git a/package.json b/package.json index 85b44d8..59950b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prismarine-item", - "version": "1.14.0", + "version": "1.15.0", "description": "Represent a minecraft item with its associated data", "main": "index.js", "types": "index.d.ts",