We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697c6fd commit 774c926Copy full SHA for 774c926
HISTORY.md
@@ -1,3 +1,7 @@
1
+## 3.1.0
2
+* [Create commands.yml workflow](https://github.com/PrismarineJS/bedrock-provider/commit/697c6fd799e2cdaf5ad4e5dd32ab1793fdfe7b59) (thanks @extremeheat)
3
+* [Support 1.18.10, 1.18.30 and 1.19.1 (#22)](https://github.com/PrismarineJS/bedrock-provider/commit/f4cab76906216dae1caf1a765d7e882874114aa9) (thanks @extremeheat)
4
+
5
## 3.0.0
6
* Remove old chunk implementation (#18) @extremeheat
7
* Use prismarine-chunk chunk implementation
package.json
@@ -1,6 +1,6 @@
{
"name": "bedrock-provider",
- "version": "3.0.0",
+ "version": "3.1.0",
"description": "Minecraft Bedrock edition chunk provider",
"main": "./js/index.js",
"scripts": {
0 commit comments