diff --git a/doc/history.md b/doc/history.md index 3908f491..261bc4e1 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.69.0 + +* update `minecraft-data` + ## 3.68.0 * update `minecraft-data` diff --git a/package.json b/package.json index a614b05d..5799aad0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.68.0", + "version": "3.69.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",