Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2024-11-26)

### Features

* added all Body functions to component ([d08c347](d08c347))
* added collisionIgnore to Fixture ([734acc6](734acc6))
* added kpBodyComp functions to match area comp ([9c218e2](9c218e2))
* BoxShape match a rect with width and height instead of halfWidth and halfHeight ([71f21a6](71f21a6))
  • Loading branch information
semantic-release-bot committed Nov 26, 2024
1 parent 9c218e2 commit d9da8cd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -88,4 +88,4 @@
"npm run lint"
]
}
}
}

0 comments on commit d9da8cd

Please sign in to comment.