diff --git a/HISTORY.md b/HISTORY.md index c7eb7949..05764034 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ ## History +## 1.32.0 + +* 1.19 support + ## 1.31.0 * update mcdata diff --git a/package.json b/package.json index a0f01630..bda52c12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prismarine-chunk", - "version": "1.31.0", + "version": "1.32.0", "description": "A class to hold chunk data for prismarine", "main": "index.js", "types": "./types/index.d.ts",