Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.0...v1.7.0) (2024-12-15)

### Bug Fixes

* bodies are now able to sleep (removed circular angle and pos updating) ([b5db27d](b5db27d))

### Features

* inspect drawing for fixtures ([cf28b9a](cf28b9a))
  • Loading branch information
semantic-release-bot committed Dec 15, 2024
1 parent cf28b9a commit 3b4dd4a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.7.0](https://github.com/KeSuave/KaPlanck/compare/v1.6.0...v1.7.0) (2024-12-15)


### Bug Fixes

* bodies are now able to sleep (removed circular angle and pos updating) ([b5db27d](https://github.com/KeSuave/KaPlanck/commit/b5db27dfc35e61d5db364be3d2ecb2ca1f8898bd))


### Features

* inspect drawing for fixtures ([cf28b9a](https://github.com/KeSuave/KaPlanck/commit/cf28b9a59096ad23f96cb940f54837c82573476a))

# [1.6.0](https://github.com/KeSuave/KaPlanck/compare/v1.5.0...v1.6.0) (2024-12-14)


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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kaplanck",
"version": "1.6.0",
"version": "1.7.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

0 comments on commit 3b4dd4a

Please sign in to comment.