diff --git a/CHANGELOG.md b/CHANGELOG.md index 2269db8f..a3f6a128 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.388](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.387...v2.2.388) (2024-09-11) + + +### Bug Fixes + +* **deps:** update dependency scratch-semantic-release-config to v1.0.15 ([#2787](https://github.com/scratchfoundation/scratch-paint/issues/2787)) ([8428f80](https://github.com/scratchfoundation/scratch-paint/commit/8428f80c9d9c3d1f54a736743cf2450c338f3af6)) + ## [2.2.387](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.386...v2.2.387) (2024-09-10) diff --git a/package-lock.json b/package-lock.json index b1a985dd..b0bd15d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.387", + "version": "2.2.388", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.387", + "version": "2.2.388", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index cf1bcd80..b2cfe110 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.387", + "version": "2.2.388", "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",