Skip to content

Commit

Permalink
Release 1.5.0 (#347)
Browse files Browse the repository at this point in the history
* Update publish.yml to use node 18

* Update package.json

* Update HISTORY.md
  • Loading branch information
extremeheat authored Jul 22, 2023
1 parent 3999025 commit d414596
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -30,4 +30,4 @@ jobs:
release_name: Release ${{ steps.publish.outputs.version }}
body: ${{ steps.publish.outputs.version }}
draft: false
prerelease: false
prerelease: false
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit d414596

Please sign in to comment.