Skip to content

Commit

Permalink
Release 1.14.0 (#107)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
rom1504bot and github-actions[bot] authored Jul 30, 2023
1 parent d36111d commit 690d640
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 690d640

Please sign in to comment.