diff --git a/HISTORY.md b/HISTORY.md index c1239899..c7eb7949 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ ## History +## 1.31.0 + +* update mcdata + ## 1.30.0 * Bedrock 1.16 - 1.18.0 chunks (@extremeheat) diff --git a/package.json b/package.json index f5640277..289d3146 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prismarine-chunk", - "version": "1.30.0", + "version": "1.31.0", "description": "A class to hold chunk data for prismarine", "main": "index.js", "types": "./types/index.d.ts",