Skip to content

Commit 72850e1

Browse files
authored
Release 3.6.3 (#140)
1 parent a3fcc7f commit 72850e1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/HISTORY.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## History
22

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+
39
### 3.6.2
410

511
* Fix chunk saving reference errors (@kf106 & @moonborrow) [#100](https://github.com/PrismarineJS/prismarine-world/pull/100)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prismarine-world",
3-
"version": "3.6.2",
3+
"version": "3.6.3",
44
"description": "The core implementation of the world for prismarine",
55
"main": "index.js",
66
"types": "./types/index.d.ts",

0 commit comments

Comments
 (0)