mirror of
https://github.com/PrismarineJS/prismarine-web-client.git
synced 2024-11-14 11:14:58 -05:00
Release 1.6.0 (#364)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
901242b331
commit
344f0cacfb
2 changed files with 10 additions and 1 deletions
|
@ -1,5 +1,14 @@
|
|||
## History
|
||||
|
||||
### 1.6.0
|
||||
* [bump pviewer](https://github.com/PrismarineJS/prismarine-web-client/commit/901242b33151ad70d651e18416bd67b9949cc117) (thanks @rom1504)
|
||||
* [Remove incorrect signals + change server. (#361)](https://github.com/PrismarineJS/prismarine-web-client/commit/a243144a9802e569ef2ee31dce5379c2f2ba3951) (thanks @rom1504)
|
||||
* [Create commands.yml](https://github.com/PrismarineJS/prismarine-web-client/commit/17548409c1fc881a899dcad0a67a7a1a0ecf9157) (thanks @rom1504)
|
||||
* [avoid using @azure/msal-node (#358)](https://github.com/PrismarineJS/prismarine-web-client/commit/d441efaef504a22b31f7d5eca8af9a5591f22e32) (thanks @rom1504)
|
||||
* [bump mineflayer](https://github.com/PrismarineJS/prismarine-web-client/commit/d4c0c0c6e610cb2d1f836acb800cfa38777fc50e) (thanks @rom1504)
|
||||
* [Should show error screen on error (#350)](https://github.com/PrismarineJS/prismarine-web-client/commit/2fba863d662cb895339c3eda905a4f1edc8d5db6) (thanks @zardoy)
|
||||
* [[ImgBot] Optimize images (#348)](https://github.com/PrismarineJS/prismarine-web-client/commit/856639d586f1647bccef7abffe20a218ab232ddf) (thanks @Rahib777-7)
|
||||
|
||||
### 1.5.0
|
||||
|
||||
* Add BossBars @sverben (PrismarineJS#319)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "prismarine-web-client",
|
||||
"version": "1.5.0",
|
||||
"version": "1.6.0",
|
||||
"description": "A minecraft client running in a browser",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue