From fac447d0f42ed17a59c789ed70a535fedf2c4ea9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 19 Jul 2024 11:35:33 +0000 Subject: [PATCH] chore(release): 2.2.294 [skip ci] ## [2.2.294](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.293...v2.2.294) (2024-07-19) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.18.225 ([#2676](https://github.com/scratchfoundation/scratch-paint/issues/2676)) ([66aab35](https://github.com/scratchfoundation/scratch-paint/commit/66aab35837f1d15db793200027f1c4dd63c657ba)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a19c0b9d..f15f0d9d 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.294](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.293...v2.2.294) (2024-07-19) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.18.225 ([#2676](https://github.com/scratchfoundation/scratch-paint/issues/2676)) ([66aab35](https://github.com/scratchfoundation/scratch-paint/commit/66aab35837f1d15db793200027f1c4dd63c657ba)) + ## [2.2.293](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.292...v2.2.293) (2024-07-18) diff --git a/package-lock.json b/package-lock.json index c621c3ae..fa211b21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.293", + "version": "2.2.294", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.293", + "version": "2.2.294", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index 5f88ae17..bf3c8f0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.293", + "version": "2.2.294", "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",