Skip to content

Commit ad2ef6a

Browse files
committed
Preparing for 3.15 dev
1 parent a595ab0 commit ad2ef6a

3 files changed

Lines changed: 27 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Change Log
22

3+
## Version 3.15.0 - Batou - in development
4+
5+
### New Features
6+
7+
### Updates
8+
9+
### Bug Fixes
10+
11+
### Examples and TypeScript
12+
13+
Thanks to the following for helping with the Phaser 3 Examples and TypeScript definitions, either by reporting errors, or even better, fixing them:
14+
15+
16+
17+
### Phaser Doc Jam
18+
19+
The [Phaser Doc Jam](http://docjam.phaser.io) is an on-going effort to ensure that the Phaser 3 API has 100% documentation coverage. Thanks to the monumental effort of myself and the following people we're now really close to that goal! My thanks to:
20+
21+
---
22+
23+
If you'd like to help finish off the last parts of documentation then take a look at the [Doc Jam site](http://docjam.phaser.io).
24+
25+
26+
327
## Version 3.14.0 - Tachikoma - 1st October 2018
428

529
### Tilemap New Features, Updates and Fixes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "phaser",
3-
"version": "3.14.0",
4-
"release": "Tachikoma",
3+
"version": "3.15.0-beta1",
4+
"release": "Batou",
55
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
66
"author": "Richard Davey <rich@photonstorm.com> (http://www.photonstorm.com)",
77
"logo": "https://raw.github.com/photonstorm/phaser/master/phaser-logo-small.png",

src/const.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var CONST = {
2020
* @type {string}
2121
* @since 3.0.0
2222
*/
23-
VERSION: '3.14.0',
23+
VERSION: '3.15.0 Beta 1',
2424

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

0 commit comments

Comments
 (0)