File tree 3 files changed +339
-330
lines changed
3 files changed +339
-330
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,32 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 2.0.0] - 2024-05-09
9
+
10
+ ### Changed
11
+
12
+ - Pixi: Updated pixi.js to 8.1.0
13
+ - Pixi: Updated @pixi/sound to 6.0.0
14
+ - Pixi: Updated SpringRoll to 2.6.0
15
+ - Pixi: Updated feature list and state listeners to follow a standardized set
16
+
17
+ - Phaser: Updated Phaser to 3.80.1
18
+ - Phaser: Fixed warning with SpringRoll listeners
19
+ - Phaser: Updated SpringRoll to 2.6.0
20
+ - Phaser: Updated feature list and state listeners to follow a standardized set
21
+
22
+ - CreateJS: Updated SpringRoll to 2.6.0
23
+
24
+
8
25
## [ 1.3.1] - 2023-03-28
9
26
10
27
### Fixed
11
28
12
- - Removed incorrect references to non-NPM registry in package lock
13
-
14
- ## [ 1.3.0] - 2023-03-13
29
+ - Removed incorrect references to non-NPM registry in package-lock
15
30
16
31
### Changed
17
32
18
- - Added .nvmrc file to set the project target node version
19
- - All seed templates now target node 18.15.0
20
- - Added ` <meta name="robots" content="noindex"> ` to all template html files to prevent Google indexing
33
+ - Updated package-lock file to most recent versions
21
34
22
35
## [ 1.3.0] - 2023-03-13
23
36
@@ -27,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
40
- All seed templates now target node 18.15.0
28
41
- Added ` <meta name="robots" content="noindex"> ` to all template html files to prevent Google indexing
29
42
30
- ## [ 1.2.0] - 2022-12-21
43
+ ## [ 1.2.0] - 2022-12-12
31
44
32
45
### Changed
33
46
You can’t perform that action at this time.
0 commit comments