Skip to content

Commit 099d9bc

Browse files
authored
Release 2.2.0 (#51)
* Update README.md * Update package.json
1 parent bb13b00 commit 099d9bc

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
@@ -128,6 +128,10 @@ returns a `prismarine-item` Item object for the dropped item, if this is a dropp
128128

129129
## History
130130

131+
### 2.2.0
132+
133+
* mcData to registry refactoring (step towards #2450)
134+
131135
### 2.1.1
132136

133137
* Update mcdata

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prismarine-entity",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "Represent a minecraft entity",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)