diff --git a/CHANGELOG.md b/CHANGELOG.md index e8ff2be..216fef7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [1.2.0](https://github.com/KeSuave/KaPlanck/compare/v1.1.0...v1.2.0) (2024-11-26) + + +### Features + +* added all Body functions to component ([d08c347](https://github.com/KeSuave/KaPlanck/commit/d08c347e54fd31e847a9008b23fb45f2b6c43b20)) +* added collisionIgnore to Fixture ([734acc6](https://github.com/KeSuave/KaPlanck/commit/734acc6f34635befcca60244a234abd86f08f25a)) +* added kpBodyComp functions to match area comp ([9c218e2](https://github.com/KeSuave/KaPlanck/commit/9c218e2812c04f33c20ad3ef01b40da4b5cd9ed0)) +* BoxShape match a rect with width and height instead of halfWidth and halfHeight ([71f21a6](https://github.com/KeSuave/KaPlanck/commit/71f21a694732c8f73297ec207d877a65c9914245)) + # [1.1.0](https://github.com/KeSuave/KaPlanck/compare/v1.0.0...v1.1.0) (2024-11-21) diff --git a/package-lock.json b/package-lock.json index e86f920..8452e66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kaplanck", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "kaplanck", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "dependencies": { "planck": "^1.0.6" diff --git a/package.json b/package.json index 49d39fd..c1e265b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kaplanck", - "version": "1.1.0", + "version": "1.2.0", "description": "A KaPlay plugin that integrates Planck, while keeping the simple/fun API of KaPlay.", "homepage": "https://kesuave.github.io/KaPlanck/", "keywords": [ @@ -88,4 +88,4 @@ "npm run lint" ] } -} \ No newline at end of file +}