We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9673b commit 7366926Copy full SHA for 7366926
HISTORY.md
@@ -1,5 +1,8 @@
1
## History
2
3
+### 1.38.1
4
+* [Fix pc1.18 light index (#271)](https://github.com/PrismarineJS/prismarine-chunk/commit/9a9673b8a7e4b4810dd128febf25467bf2b99b85) (thanks @extremeheat)
5
+
6
### 1.38.0
7
* [Support for hashed block network ID's (#237)](https://github.com/PrismarineJS/prismarine-chunk/commit/f1c1f9a7d4cf977ce46975503f8f92db7836e8c9) (thanks @FreezeEngine)
8
package.json
@@ -1,6 +1,6 @@
{
"name": "prismarine-chunk",
- "version": "1.38.0",
+ "version": "1.38.1",
"description": "A class to hold chunk data for prismarine",
"main": "index.js",
"types": "./types/index.d.ts",
0 commit comments