Skip to content

Commit d414596

Browse files
authored
Release 1.5.0 (#347)
* Update publish.yml to use node 18 * Update package.json * Update HISTORY.md
1 parent 3999025 commit d414596

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Node.js
1414
uses: actions/setup-node@master
1515
with:
16-
node-version: 14.0.0
16+
node-version: 18.0.0
1717
- run: npm install
1818
- id: publish
1919
uses: JS-DevTools/npm-publish@v1
@@ -30,4 +30,4 @@ jobs:
3030
release_name: Release ${{ steps.publish.outputs.version }}
3131
body: ${{ steps.publish.outputs.version }}
3232
draft: false
33-
prerelease: false
33+
prerelease: false

HISTORY.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## History
22

3+
### 1.5.0
4+
5+
* Add BossBars @sverben (PrismarineJS#319)
6+
* save all play screen options @Fury-101 (PrismarineJS#326)
7+
38
### 1.4.0
49

510
* so much

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prismarine-web-client",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "A minecraft client running in a browser",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)