Skip to content

Commit

Permalink
v4.8.0 - 2022-02-28
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed Feb 28, 2022
1 parent 5ff2baa commit 4e5c9b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-three/cannon Changelog

## v4.8.0 - 2022-02-28

- Created CannonWorkerAPI (@isaac-mason)
- Converted worker to typescript (@bjornstar)
- [`examples/RaycastVehicle`] Use a single keyup/keydown event handler (@bjornstar)

## v4.7.0 - 2022-02-12

- [ESLint] Disallow enums (@bjornstar)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-three/cannon",
"version": "4.7.0",
"version": "4.8.0",
"description": "physics based hooks for react-three-fiber",
"keywords": [
"cannon",
Expand Down

1 comment on commit 4e5c9b8

@vercel
Copy link

@vercel vercel bot commented on 4e5c9b8 Feb 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.