We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3fcc7f commit 72850e1Copy full SHA for 72850e1
docs/HISTORY.md
@@ -1,5 +1,11 @@
1
## History
2
3
+### 3.6.3
4
+
5
+* Add intersect property to raycast result type [#137](https://github.com/PrismarineJS/prismarine-world/pull/137)
6
+* Update workflow templates
7
+* Update to Node 18
8
9
### 3.6.2
10
11
* Fix chunk saving reference errors (@kf106 & @moonborrow) [#100](https://github.com/PrismarineJS/prismarine-world/pull/100)
package.json
@@ -1,6 +1,6 @@
{
"name": "prismarine-world",
- "version": "3.6.2",
+ "version": "3.6.3",
"description": "The core implementation of the world for prismarine",
"main": "index.js",
"types": "./types/index.d.ts",
0 commit comments