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": {