diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c12cc11..543f69d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.2.303](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.302...v2.2.303) (2024-07-24) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#2687](https://github.com/scratchfoundation/scratch-paint/issues/2687)) ([5818648](https://github.com/scratchfoundation/scratch-paint/commit/5818648cd0155c512a2806e1c876c2df9c7ea218)) +* **deps:** update dependency scratch-l10n to v3.18.231 ([#2686](https://github.com/scratchfoundation/scratch-paint/issues/2686)) ([4fb8ace](https://github.com/scratchfoundation/scratch-paint/commit/4fb8acebc39473a12958bdcca7d38e2e3f76b57a)) + ## [2.2.302](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.301...v2.2.302) (2024-07-23) diff --git a/package-lock.json b/package-lock.json index c0dad5fa..cc205c6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.302", + "version": "2.2.303", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.302", + "version": "2.2.303", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index 5c79992f..49b0918e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.302", + "version": "2.2.303", "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",