Skip to content

Commit

Permalink
v4.4.1 - 2022-01-04
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed Jan 4, 2022
1 parent e58acaf commit ef75d8e
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.4.1 - 2022-01-04

- [Hooks] Destructure and set defaults intead of using `??` (@bjornstar)
- [`useRaycastVehicle`] Use correct ordering for arguments (@bjornstar)
- [`examples/RaycastVehicle`] Reset restores the vehicle to it's initial angularVelocity, position, & rotation (@bjornstar)

## v4.4.0 - 2022-01-01

- Upgrade cannon-es-debugger to 1.0.0 (@marcofugaro)
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.4.0",
"version": "4.4.1",
"description": "physics based hooks for react-three-fiber",
"keywords": [
"cannon",
Expand Down

1 comment on commit ef75d8e

@vercel
Copy link

@vercel vercel bot commented on ef75d8e Jan 4, 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.