Preparing for 3.3.0

This commit is contained in:
Richard Davey 2018-03-13 13:21:34 +00:00
parent 22901a1b05
commit 00a5ce9a03
3 changed files with 17 additions and 3 deletions

View file

@ -1,5 +1,19 @@
# Change Log
## Version 3.3.0 - Tetsuo - In Development
### New Features
* TextStyle has two new properties: `baselineX` and `baselineY` which allow you to customize the 'magic' value used in calculating the text metrics.
### Bug Fixes
### Updates
* The Text testString has changed from `|MÉqgy` to `|MÉqgy`.
## Version 3.2.1 - 12th March 2018
### Bug Fixes

View file

@ -1,7 +1,7 @@
{
"name": "phaser",
"version": "3.2.1",
"release": "Kaori",
"version": "3.3.0",
"release": "Tetsuo",
"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)",
"logo": "https://raw.github.com/photonstorm/phaser/master/phaser-logo-small.png",

View file

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