Skip to content

Commit

Permalink
chore: Prep v0.25.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Nov 6, 2021
1 parent e603adb commit 0b44fb3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 5 deletions.
34 changes: 30 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,36 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Breaking Changes

-
### Deprecated

-

### Added

-


### Fixed

-

### Updates

-

### Changed

-


<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
## [v0.25.1] - 2021-11-05

### Breaking Changes

-
### Added

Expand Down Expand Up @@ -37,10 +67,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Fixed crash in debug system if there is no collider geometry
- Fixed ImageSource loading error message [#2049]

<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->

## [0.25.0] - 2021-10-03

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "excalibur",
"sideEffects": false,
"version": "0.25.0",
"version": "0.25.1",
"exNextVersion": "0.26.0",
"description": "Excalibur.js is a simple JavaScript game engine with TypeScript bindings for making 2D games in HTML5 Canvas. Our mission is to make web game development as simple as possible.",
"author": "https://github.com/excaliburjs/Excalibur/graphs/contributors",
Expand Down

0 comments on commit 0b44fb3

Please sign in to comment.