Skip to content

Commit

Permalink
update package to version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoschenkel committed Oct 31, 2019
1 parent 3897361 commit f054ba7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ Types of changes:
- in case of vulnerabilities.
-->

#### Changed
## RobotlegsJS Phaser 2.0.0

- Update `@robotlegsjs/core` to version `1.0.3` (see #105).
### [v2.0.0](https://github.com/RobotlegsJS/RobotlegsJS-Phaser/releases/tag/2.0.0) - 2019-10-31

- Update `@robotlegsjs/eventemitter3` to version `1.0.2` (see #107).
#### Breaking Change

- Update `phaser` to version `3.20.1` (see #104).

Expand All @@ -61,6 +61,12 @@ Types of changes:

- Minimum version supported is `3.17.0`. Previous versions doens't have the `phaser/types` folder.

#### Changed

- Update `@robotlegsjs/core` to version `1.0.3` (see #105).

- Update `@robotlegsjs/eventemitter3` to version `1.0.2` (see #107).

- Improve `prettier` rules and `autoformat` script (see #85).

- Enable `"editor.formatOnSave"` rule for `VS Code` (see #85).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@robotlegsjs/phaser",
"version": "1.0.1",
"version": "2.0.0",
"description": "RobotlegsJS integration with Phaser Scene Manager",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit f054ba7

Please sign in to comment.