From d414596ab05118d1f608939b8b8be109a9de960f Mon Sep 17 00:00:00 2001 From: extremeheat Date: Sat, 22 Jul 2023 08:42:09 -0400 Subject: [PATCH] Release 1.5.0 (#347) * Update publish.yml to use node 18 * Update package.json * Update HISTORY.md --- .github/workflows/publish.yml | 4 ++-- HISTORY.md | 5 +++++ package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 95c3355e2..061457c86 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@master with: - node-version: 14.0.0 + node-version: 18.0.0 - run: npm install - id: publish uses: JS-DevTools/npm-publish@v1 @@ -30,4 +30,4 @@ jobs: release_name: Release ${{ steps.publish.outputs.version }} body: ${{ steps.publish.outputs.version }} draft: false - prerelease: false \ No newline at end of file + prerelease: false diff --git a/HISTORY.md b/HISTORY.md index 13f7876f1..07c58661d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ ## History +### 1.5.0 + +* Add BossBars @sverben (PrismarineJS#319) +* save all play screen options @Fury-101 (PrismarineJS#326) + ### 1.4.0 * so much diff --git a/package.json b/package.json index 62732d740..9700a30ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prismarine-web-client", - "version": "1.4.0", + "version": "1.5.0", "description": "A minecraft client running in a browser", "main": "index.js", "scripts": {