Skip to content

Commit 690d640

Browse files
Release 1.14.0 (#107)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d36111d commit 690d640

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ Max durability for the item, if it supports durability
126126

127127
## History
128128

129+
### 1.14.0
130+
* [Add `maxDurability` field, fix handling item sent by server with new `sentByServer` arg (#106)](https://github.com/PrismarineJS/prismarine-item/commit/d36111d1a754ed9a3db152465b7a930b6582474f) (thanks @extremeheat)
131+
129132
### 1.13.1
130133
* [Fix null item handling in toNotch (#103)](https://github.com/PrismarineJS/prismarine-item/commit/0fd5781c1c539207aa932bb637c074e671196f60) (thanks @extremeheat)
131134

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prismarine-item",
3-
"version": "1.13.1",
3+
"version": "1.14.0",
44
"description": "Represent a minecraft item with its associated data",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)