diff --git a/CHANGELOG.md b/CHANGELOG.md index 5531ee35..70275b03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 7865593a..ede86586 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",