diff --git a/CHANGELOG.md b/CHANGELOG.md index b6e81aa..639cf34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,18 +5,30 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.4.0] - TBD +## [2.0.0] - 2024-05-09 ### Changed -- Updated pixi.js to 8.1.0 -- Updated @pixi/sound to 6.0.0 +- Pixi: Updated pixi.js to 8.1.0 +- Pixi: Updated @pixi/sound to 6.0.0 +- Pixi: Updated SpringRoll to 2.6.0 +- Pixi: Updated feature list and state listeners to follow a standardized set + +- Phaser: Updated Phaser to 3.80.1 +- Phaser: Fixed warning with SpringRoll listeners +- Phaser: Updated SpringRoll to 2.6.0 +- Phaser: Updated feature list and state listeners to follow a standardized set + ## [1.3.1] - 2023-03-28 ### Fixed -- Removed incorrect references to non-NPM registry in package lock +- Removed incorrect references to non-NPM registry in package-lock + +### Changed + +- Updated package-lock file to most recent versions ## [1.3.0] - 2023-03-13 diff --git a/package-lock.json b/package-lock.json index 388d4ec..b965ecb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "springroll-seed", - "version": "1.3.1", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "springroll-seed", - "version": "1.3.1", + "version": "2.0.0", "license": "ISC", "dependencies": { "@pixi/sound": "^6.0.0", diff --git a/package.json b/package.json index 77e23f3..f04cb66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "springroll-seed", - "version": "1.3.1", + "version": "2.0.0", "description": "", "main": "index.js", "scripts": {