Skip to content

Commit

Permalink
chore: prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Jan 13, 2024
1 parent fa257a9 commit 6f6d7bb
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 8 deletions.
37 changes: 32 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).


## [Unreleased]

### Breaking Changes
Expand All @@ -15,6 +16,37 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Added

-

### Fixed

-

### Updates

-

### Changed

-


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

## [v0.28.6]

### Breaking Changes

-

### Deprecated

-

### Added

- Added arbitrary data storage in isometric tiles, `ex.IsometricTile.data` this brings it into feature parity with normal `ex.Tile.data`
- New graphics events and hooks that allow you to hook into graphics drawing before or after any drawing transformations have been applied
* `Actor.graphics.onPreTransformDraw` with the corresponding event `.on('pretransformdraw')`
Expand All @@ -39,11 +71,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).

-


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

## [v0.28.5]

### Breaking Changes
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,7 +1,7 @@
{
"name": "excalibur",
"sideEffects": false,
"version": "0.28.5",
"version": "0.28.6",
"exNextVersion": "0.29.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 6f6d7bb

Please sign in to comment.