Preparing for 3.51

This commit is contained in:
Richard Davey 2020-12-29 13:11:03 +00:00
parent 60cc53f972
commit e70e3a3a80
3 changed files with 16 additions and 3 deletions

View file

@ -1,3 +1,16 @@
## Version 3.51.0 - Emilia - in development
### New Features
### Updates
### Bug Fixes
### Examples, Documentation and TypeScript
My thanks to the following for helping with the Phaser 3 Examples, Docs, and TypeScript definitions, either by reporting errors, fixing them, or helping author the docs:
## Version 3.50.1 - Subaru - 21st December 2020
* The new Web Audio Panning feature breaks WebAudio on Safari (OSX and iOS). The stero panner node is now only created if supported. Fix #5460 (thanks @d4rkforce)

View file

@ -1,7 +1,7 @@
{
"name": "phaser",
"version": "3.50.1",
"release": "Subaru",
"version": "3.51.0",
"release": "Emilia",
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
"author": "Richard Davey <rich@photonstorm.com> (http://www.photonstorm.com)",
"homepage": "http://phaser.io",

View file

@ -20,7 +20,7 @@ var CONST = {
* @type {string}
* @since 3.0.0
*/
VERSION: '3.50.1',
VERSION: '3.51.0',
BlendModes: require('./renderer/BlendModes'),