diff --git a/README.md b/README.md index c961f0f..697b6ad 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,9 @@ Max durability for the item, if it supports durability ## History +### 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) + ### 1.13.1 * [Fix null item handling in toNotch (#103)](https://github.com/PrismarineJS/prismarine-item/commit/0fd5781c1c539207aa932bb637c074e671196f60) (thanks @extremeheat) diff --git a/package.json b/package.json index 19d5de3..d2c6fa6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prismarine-item", - "version": "1.13.1", + "version": "1.14.0", "description": "Represent a minecraft item with its associated data", "main": "index.js", "types": "index.d.ts",