Skip to content

Commit 822f154

Browse files
Updated package version to 2.0.0, updated changelog to include latest changes to the Phaser and Pixi templates. Also brought over changelog note from template branches for version 1.3.1
1 parent 319750d commit 822f154

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.0.0] - TBD
9+
10+
### Changed
11+
12+
- Pixi: Updated pixi.js to 8.1.0
13+
- Pixi: Updated @pixi/sound to 6.0.0
14+
15+
- Phaser: Updated Phaser to 3.80.1
16+
- Phaser: Fixed warning with SpringRoll listeners
17+
18+
819
## [1.3.1] - 2023-03-28
920

21+
### Fixed
22+
23+
- Removed incorrect references to non-NPM registry in package-lock
24+
1025
### Changed
1126

1227
- Updated package-lock file to most recent versions

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "springroll-seed",
3-
"version": "1.3.1",
3+
"version": "2.0.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)