Skip to content

Commit 54bd248

Browse files
committed
v4.6.1 - 2022-01-19
1 parent 2e419c6 commit 54bd248

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## v4.6.1 - 2022-01-19
4+
5+
- [`createMaterialFactory`] Do not use logical assignment operator (@bjornstar)
6+
- [`eslint`] Disallow logical assignment and nullish coalescing operators (@bjornstar)
7+
38
## v4.6.0 - 2022-01-15
49

510
- [`hooks`] Add `useContactMaterial` (@Glavin001)

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.6.0",
3+
"version": "4.6.1",
44
"description": "physics based hooks for react-three-fiber",
55
"keywords": [
66
"cannon",

0 commit comments

Comments
 (0)