diff --git a/CHANGELOG.md b/CHANGELOG.md index 174c8692..16620673 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.12](https://github.com/LLK/scratch-paint/compare/v2.2.11...v2.2.12) (2024-02-22) + + +### Bug Fixes + +* **deps:** update dependency scratch-semantic-release-config to v1.0.12 ([#2338](https://github.com/LLK/scratch-paint/issues/2338)) ([cdbb360](https://github.com/LLK/scratch-paint/commit/cdbb360ac472dae529b1181da81f642f3030df14)) + ## [2.2.11](https://github.com/LLK/scratch-paint/compare/v2.2.10...v2.2.11) (2024-02-22) diff --git a/package-lock.json b/package-lock.json index 8e86fe3c..c784af2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.11", + "version": "2.2.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.11", + "version": "2.2.12", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index bb49a5b1..cad9b0cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.11", + "version": "2.2.12", "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",