diff --git a/docs/HISTORY.md b/docs/HISTORY.md index 6fa499e5..12de98db 100644 --- a/docs/HISTORY.md +++ b/docs/HISTORY.md @@ -1,3 +1,8 @@ +## 1.8.0 +* [Add 1.16.5 support and future-proof version system (#645)](https://github.com/PrismarineJS/flying-squid/commit/f776de84b0570d0107efe9a889b32bb9b151d494) (thanks @Pandapip1) +* [Improve per version CI following mineflayer example. (#646)](https://github.com/PrismarineJS/flying-squid/commit/98fc4546f3d785fbdb230998018e978993575d43) (thanks @rom1504) +* [Update npm-publish.yml](https://github.com/PrismarineJS/flying-squid/commit/05de798772c74ef4841e09a723652f95b3b773e9) (thanks @rom1504) + ## 1.7.0 * [Refactor: allow usage in browser (#633)](https://github.com/PrismarineJS/flying-squid/commit/768b69b5cdd3569d31a6ab1b1c00f5d41f69b897) (thanks @zardoy) diff --git a/package.json b/package.json index c0e23650..7dd94f67 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "flying-squid", "description": "A minecraft server written in node.js", - "version": "1.7.0", + "version": "1.8.0", "main": "index.js", "author": "mhsjlw ", "contributors": [