diff --git a/doc/history.md b/doc/history.md index 298007f..81b34c8 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,3 +1,7 @@ +## 1.19.0 +* [Add 26.1 to the version index (#54)](https://github.com/PrismarineJS/node-minecraft-assets/commit/ecabdf2813896adae4e2ee40547867d5ede2466f) (thanks @u9g) +* [fix: point package.json URLs at the PrismarineJS org](https://github.com/PrismarineJS/node-minecraft-assets/commit/76f428abf5d6faec867b08d14d2874803777bb6f) (thanks @rom1504) + ## 1.18.0 * update mcassets * [Update CI to Node 24 (#49)](https://github.com/PrismarineJS/node-minecraft-assets/commit/6ca5292bd1655263545d2e3b286b8b7d7dbe2292) (thanks @rom1504) diff --git a/package.json b/package.json index 1c9d3da..ddc4d92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-assets", - "version": "1.18.0", + "version": "1.19.0", "description": "Provide minecraft assets", "main": "index.js", "tonicExampleFilename": "example.js",