Skip to content

Commit

Permalink
release 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Jun 13, 2023
1 parent cabfd5e commit 6600db9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.9.1 (June 13, 2023)
------------------------------
* Deprecate haxe versions older than 4.2.5
* Fix BSPMapGen rendering on html5
* Make FlxSkewedSprite prettier

2.9.0 (November 19, 2022)
------------------------------
* Flixel 5.0.0-alpha compatibility
Expand Down
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"license": "MIT",
"tags": ["game", "openfl", "flash", "neko", "cpp", "android", "ios", "demo", "cross"],
"description": "Demo Projects for HaxeFlixel",
"version": "2.9.0",
"releasenote": "flixel 5.0.0-alpha compatibility",
"version": "2.9.1",
"releasenote": "Prettier BSPMapGen and FlxSkewedSprite",
"contributors": ["haxeflixel", "Gama11", "GeoKureli"],
"dependencies": {}
}
3 changes: 3 additions & 0 deletions hxformat.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"doWhile": "next",
"tryBody": "next",
"tryCatch": "next"
},
"indentation":{
"trailingWhitespace": true
}
}

0 comments on commit 6600db9

Please sign in to comment.