diff --git a/CHANGELOG.md b/CHANGELOG.md index a760fb41..d998649e 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.331](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.330...v2.2.331) (2024-08-10) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.18.256 ([#2721](https://github.com/scratchfoundation/scratch-paint/issues/2721)) ([69c61ea](https://github.com/scratchfoundation/scratch-paint/commit/69c61ead2a632abc1a3a9c83cf77dd8d057f45ff)) + ## [2.2.330](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.329...v2.2.330) (2024-08-09) diff --git a/package-lock.json b/package-lock.json index e70899d3..c2b7a184 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.330", + "version": "2.2.331", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.330", + "version": "2.2.331", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index c0675d1d..6e3a57e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.330", + "version": "2.2.331", "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",