Commit d414596 1 parent 3999025 commit d414596 Copy full SHA for d414596
File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 13
13
- name : Set up Node.js
14
14
uses : actions/setup-node@master
15
15
with :
16
- node-version : 14 .0.0
16
+ node-version : 18 .0.0
17
17
- run : npm install
18
18
- id : publish
19
19
uses : JS-DevTools/npm-publish@v1
30
30
release_name : Release ${{ steps.publish.outputs.version }}
31
31
body : ${{ steps.publish.outputs.version }}
32
32
draft : false
33
- prerelease : false
33
+ prerelease : false
Original file line number Diff line number Diff line change 1
1
## History
2
2
3
+ ### 1.5.0
4
+
5
+ * Add BossBars @sverben (PrismarineJS #319 )
6
+ * save all play screen options @Fury-101 (PrismarineJS #326 )
7
+
3
8
### 1.4.0
4
9
5
10
* so much
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " prismarine-web-client" ,
3
- "version" : " 1.4 .0" ,
3
+ "version" : " 1.5 .0" ,
4
4
"description" : " A minecraft client running in a browser" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments