diff --git a/CHANGELOG.md b/CHANGELOG.md index f6ce0237..50f7731d 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.130](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.129...v2.2.130) (2024-04-12) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.18.106 ([#2480](https://github.com/scratchfoundation/scratch-paint/issues/2480)) ([99b7c03](https://github.com/scratchfoundation/scratch-paint/commit/99b7c03d480308973b2f41d0d318c77ced62de6f)) + ## [2.2.129](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.128...v2.2.129) (2024-04-11) diff --git a/package-lock.json b/package-lock.json index bf8fa9ee..20ffc526 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.129", + "version": "2.2.130", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.129", + "version": "2.2.130", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index 762fadc3..28822bdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.129", + "version": "2.2.130", "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",