diff --git a/HISTORY.md b/HISTORY.md index 5b5bbf8..cc8abe1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ ## History +### 1.1.0 +* [Add repo commands workflow (#12)](https://github.com/PrismarineJS/mineflayer-builder/commit/e35fbdc0bb7a99a813b086b4fc132c6bcd90afba) (thanks @rom1504) +* [Update CI to Node 24 (#11)](https://github.com/PrismarineJS/mineflayer-builder/commit/65198ee9a60b645096bbd5b811ae00abdd4c1a67) (thanks @rom1504) +* [Bump standard from 16.0.4 to 17.0.0 (#9)](https://github.com/PrismarineJS/mineflayer-builder/commit/340fd2581f813d0fee182c76dfbded7671ad1933) (thanks @dependabot[bot]) + ### 1.0.1 * First release diff --git a/package.json b/package.json index abc4ec8..142001f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mineflayer-builder", - "version": "1.0.1", + "version": "1.1.0", "description": "", "main": "index.js", "scripts": {