From c78b3a007dc6ccb742d3093d87b46e9602aac291 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Mon, 14 Oct 2024 12:49:34 +0100 Subject: [PATCH] Updated for 3.86.1 --- changelog/3.86.1/CHANGELOG-v3.86.1.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 changelog/3.86.1/CHANGELOG-v3.86.1.md diff --git a/changelog/3.86.1/CHANGELOG-v3.86.1.md b/changelog/3.86.1/CHANGELOG-v3.86.1.md new file mode 100644 index 0000000000..c4be5916b9 --- /dev/null +++ b/changelog/3.86.1/CHANGELOG-v3.86.1.md @@ -0,0 +1,14 @@ +# Version 3.86.ยง - Aoi - in dev + +## Updates + + +## Bug Fixes + +* `Utils.String.RemoveAt` would incorrectly calculate the slice index if it was > 0. It will now remove the correctly specified character. + + +## 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: + diff --git a/package.json b/package.json index f04a62ab87..aa7552f01c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phaser", - "version": "3.86.0", + "version": "3.86.1", "release": "Aoi", "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 (https://www.phaser.io)",