Skip to content

Commit 61c1993

Browse files
Release 1.13.0 (#102)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 854c357 commit 61c1993

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
@@ -119,6 +119,9 @@ If the current item is a type of Spawn Egg, the protocol name of the entity that
119119

120120
## History
121121

122+
### 1.13.0
123+
* [Bedrock support (#86)](https://github.com/PrismarineJS/prismarine-item/commit/854c357c4835cff74d9c9812b599528103bf2976) (thanks @CreeperG16)
124+
122125
### 1.12.3
123126
* [add commands workflow (#99)](https://github.com/PrismarineJS/prismarine-item/commit/a4f5d593be8a80fbe539369efe2d1127c9785583) (thanks @extremeheat)
124127
* [Update to node 18.0.0 (#98)](https://github.com/PrismarineJS/prismarine-item/commit/52098ca2b0a9eafa6bcde3cdfb3c2315bab258a5) (thanks @rom1504)

package.json

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