Skip to content

Commit 2d6a01f

Browse files
authored
Release 1.12.1 (#84)
* Update package.json * Update README.md
1 parent 28395f6 commit 2d6a01f

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.1
100+
101+
* Fix publish
102+
99103
## 1.12.0
100104

101105
* uses registry instead of mcData (thanks @Epirito)

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

0 commit comments

Comments
 (0)