From 0b44fb37dfdb6f0189c04c51e7abe74c3c3b6373 Mon Sep 17 00:00:00 2001 From: Erik Onarheim Date: Fri, 5 Nov 2021 21:00:14 -0500 Subject: [PATCH] chore: Prep v0.25.1 release --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 31 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f849d680..06e607a4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,36 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Breaking Changes +- +### Deprecated + +- + +### Added + +- + + +### Fixed + +- + +### Updates + +- + +### Changed + +- + + + + + +## [v0.25.1] - 2021-11-05 + +### Breaking Changes + - ### Added @@ -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] - - - - ## [0.25.0] - 2021-10-03 ### Breaking Changes diff --git a/package.json b/package.json index fe7cacbf7..da71e03b2 100644 --- a/package.json +++ b/package.json @@ -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",