Skip to content

Commit 4e5c9b8

Browse files
committed
v4.8.0 - 2022-02-28
1 parent 5ff2baa commit 4e5c9b8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @react-three/cannon Changelog
22

3+
## v4.8.0 - 2022-02-28
4+
5+
- Created CannonWorkerAPI (@isaac-mason)
6+
- Converted worker to typescript (@bjornstar)
7+
- [`examples/RaycastVehicle`] Use a single keyup/keydown event handler (@bjornstar)
8+
39
## v4.7.0 - 2022-02-12
410

511
- [ESLint] Disallow enums (@bjornstar)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-three/cannon",
3-
"version": "4.7.0",
3+
"version": "4.8.0",
44
"description": "physics based hooks for react-three-fiber",
55
"keywords": [
66
"cannon",

0 commit comments

Comments
 (0)