diff --git a/CHANGELOG.md b/CHANGELOG.md index 799a0e95..a8466a0d 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.186](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.185...v2.2.186) (2024-05-15) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.18.144 ([#2547](https://github.com/scratchfoundation/scratch-paint/issues/2547)) ([96d9980](https://github.com/scratchfoundation/scratch-paint/commit/96d9980930624b12a9b81c67645926688d00218f)) + ## [2.2.185](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.184...v2.2.185) (2024-05-14) diff --git a/package-lock.json b/package-lock.json index b64771ea..242b88e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.185", + "version": "2.2.186", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.185", + "version": "2.2.186", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index f73f1509..79edbd9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.185", + "version": "2.2.186", "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",