Skip to content

Commit

Permalink
v4.5.0 - 2022-01-08
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed Jan 8, 2022
1 parent 2372f55 commit 842d532
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @react-three/cannon Changelog

## v4.5.0 - 2022-01-08

- [`constraintOptns`] Add `maxMultiplier` (@Glavin001)

## v4.4.1 - 2022-01-04

- [Hooks] Destructure and set defaults intead of using `??` (@bjornstar)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-three/cannon",
"version": "4.4.1",
"version": "4.5.0",
"description": "physics based hooks for react-three-fiber",
"keywords": [
"cannon",
Expand All @@ -24,10 +24,10 @@
"eslint": "eslint .",
"eslint-fix": "eslint --fix .",
"prebuild": "tsc",
"prepare": "husky install",
"prettier": "prettier --list-different .",
"prettier-fix": "prettier --write .",
"test": "echo tests are missing",
"prepare": "husky install"
"test": "echo tests are missing"
},
"dependencies": {
"cannon-es": "^0.18.0",
Expand Down

1 comment on commit 842d532

@vercel
Copy link

@vercel vercel bot commented on 842d532 Jan 8, 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.