Skip to content

Commit fd6f77d

Browse files
Release 1.16.0 (#124)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 70fc068 commit fd6f77d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

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

127127
## History
128128

129+
### 1.16.0
130+
* [Fix durabilityUsed for items with components (#123)](https://github.com/PrismarineJS/prismarine-item/commit/70fc068ffe73706d97b5b0dced0f15056e369fa4) (thanks @rom1504)
131+
* [Bump mocha from 10.8.2 to 11.0.1 (#120)](https://github.com/PrismarineJS/prismarine-item/commit/5f72f300f431406fa3804b24efe06b9a84610960) (thanks @dependabot[bot])
132+
* [Fix typing error in loader function (#122)](https://github.com/PrismarineJS/prismarine-item/commit/7d4cd63f5ffdc50670a3a2f817653c7a58d66725) (thanks @extremeheat)
133+
129134
### 1.15.0
130135
* [1.20.5 (#118)](https://github.com/PrismarineJS/prismarine-item/commit/09815d2778dec72665a16bf6d60ae75d53fb7988) (thanks @extremeheat)
131136
* [Bump @types/node from 20.14.15 to 22.3.0 (#117)](https://github.com/PrismarineJS/prismarine-item/commit/094e32a5b2f7c581ddea4a8d605276aa389c9285) (thanks @dependabot[bot])

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prismarine-item",
3-
"version": "1.15.0",
3+
"version": "1.16.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)