Skip to content

Commit

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

### Features

* docs ([9336fe0](9336fe0))
* fixture events ([1f38211](1f38211))
* fixtures and shapes components ([ddaa957](ddaa957))
* global collision events ([728100e](728100e))
* world collision events ([0b1f1a7](0b1f1a7))
  • Loading branch information
semantic-release-bot committed Nov 21, 2024
1 parent 9336fe0 commit 68ea2eb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [1.1.0](https://github.com/KeSuave/KaPlanck/compare/v1.0.0...v1.1.0) (2024-11-21)


### Features

* docs ([9336fe0](https://github.com/KeSuave/KaPlanck/commit/9336fe0812f140a4d7646e3291d2bae0e2f59477))
* fixture events ([1f38211](https://github.com/KeSuave/KaPlanck/commit/1f382114d746494957914d83c59ed8ce0b27b9ee))
* fixtures and shapes components ([ddaa957](https://github.com/KeSuave/KaPlanck/commit/ddaa957a92610835649665664f9de65613de337c))
* global collision events ([728100e](https://github.com/KeSuave/KaPlanck/commit/728100e63502c478abe3508e04a82428179e9ca1))
* world collision events ([0b1f1a7](https://github.com/KeSuave/KaPlanck/commit/0b1f1a733dfae33fb86f267804b08664a70fb182))

# 1.0.0 (2024-11-19)


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.0.0",
"version": "1.1.0",
"description": "A KaPlay plugin that integrates Planck, while keeping the simple/fun API of KaPlay.",
"homepage": "https://github.com/KeSuave/KaPlanck.git",
"keywords": [
Expand Down Expand Up @@ -87,4 +87,4 @@
"npm run lint"
]
}
}
}

0 comments on commit 68ea2eb

Please sign in to comment.