diff --git a/CHANGELOG.md b/CHANGELOG.md index ee4bca7..06c2f79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,27 @@ 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). +## [2.0.0] - TBD + +### Changed + +- 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 + ### Changed - Updated package-lock file to most recent versions diff --git a/package-lock.json b/package-lock.json index 607d688..9090171 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", "devDependencies": { "@babel/core": "^7.20.2", diff --git a/package.json b/package.json index 9ed7851..27264c3 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": {