diff --git a/CHANGELOG.md b/CHANGELOG.md index ec0d6b72..3b75a5f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.2.8](https://github.com/LLK/scratch-paint/compare/v2.2.7...v2.2.8) (2024-02-22) + + +### Bug Fixes + +* **deps:** update dependency scratch-semantic-release-config to v1.0.11 ([#2335](https://github.com/LLK/scratch-paint/issues/2335)) ([c1bf2f0](https://github.com/LLK/scratch-paint/commit/c1bf2f0e21b32971d6b59183955e061731707e71)) + ## [2.2.7](https://github.com/LLK/scratch-paint/compare/v2.2.6...v2.2.7) (2024-02-21) diff --git a/package-lock.json b/package-lock.json index cebd9c68..94112f6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.7", + "version": "2.2.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.7", + "version": "2.2.8", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index 033fc67a..9c18923e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.7", + "version": "2.2.8", "description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.", "main": "./dist/scratch-paint.js", "browser": "./src/index.js",