Skip to content

Commit

Permalink
v3.88.1 version swap
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Feb 11, 2025
1 parent cf1d631 commit ec9f5bb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Please select a version to read that specific change log:
| Version | Name | Release Date |
| ------- | ---- | ------------ |
| [3.89](changelog/3.89/CHANGELOG-v3.89.md) | Tsugumi | in dev |
| [3.88.1](changelog/3.88.1/CHANGELOG-v3.88.1.md) | Minami | 12th February 2025 |
| [3.88](changelog/3.88/CHANGELOG-v3.88.md) | Minami | 11th February 2025 |
| [3.87](changelog/3.87/CHANGELOG-v3.87.md) | Hanabi | 14th November 2024 |
| [3.86](changelog/3.86/CHANGELOG-v3.86.md) | Aoi | 11th October 2024 |
Expand Down
7 changes: 7 additions & 0 deletions changelog/3.88.1/CHANGELOG-v3.88.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Version 3.88.1 - Minami - 12th February 2025

## Bug Fixes

* Fixed `ReferenceError: GetFastValueOp is not defined` in NumberTweenBuilder (thanks Flow)
* Reverted incorrect change made to `SafeRange` array util function.
* Fixed `Array.Utils.GetFirst` so it correctly handles a negative start index. Fixes Container.getByName returning null and various other similar methods. Fix #7040 (thanks @XWILKINX)
2 changes: 0 additions & 2 deletions changelog/3.89/CHANGELOG-v3.89.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

## Bug Fixes

* Fixed `ReferenceError: GetFastValueOp is not defined` in NumberTweenBuilder (thanks Flow)

## Examples, Documentation, Beta Testing and TypeScript

Thanks to the following for helping with the Phaser Examples, Beta Testing, Docs, and TypeScript definitions, either by reporting errors, fixing them, or helping author the docs:
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phaser",
"version": "3.89.0",
"version": "3.88.1",
"release": "Tsugumi",
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.",
"author": "Richard Davey <[email protected]> (https://www.phaser.io)",
Expand Down
4 changes: 2 additions & 2 deletions src/const.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var CONST = {
* @type {string}
* @since 3.0.0
*/
VERSION: '3.89',
VERSION: '3.88.1',

/**
* Phaser Release Version as displayed in the console.log header URL.
Expand All @@ -30,7 +30,7 @@ var CONST = {
* @type {string}
* @since 3.87.0
*/
LOG_VERSION: 'v389',
LOG_VERSION: 'v388',

BlendModes: require('./renderer/BlendModes'),

Expand Down

0 comments on commit ec9f5bb

Please sign in to comment.