Skip to content

Commit 78b219b

Browse files
authored
Release 1.12.2 (#97)
* Release 1.12.2 * Update package.json
1 parent 99914fd commit 78b219b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ A getter for abstracting the underlying nbt, get's the mob name from a spawn egg
9696

9797
## History
9898

99+
## 1.12.2
100+
101+
* Fix types (thanks @TigerbyteDev and @u9g)
102+
99103
## 1.12.1
100104

101105
* Fix publish

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.1",
3+
"version": "1.12.2",
44
"description": "Represent a minecraft item with its associated data",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)