From 55c961683fd273e3d2d3bf13984b26854d9b5f4a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 15 Nov 2024 12:02:57 +0000 Subject: [PATCH] chore(release): 2.2.497 [skip ci] ## [2.2.497](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.496...v2.2.497) (2024-11-15) ### Bug Fixes * **deps:** update dependency scratch-l10n to v4.0.27 ([#2922](https://github.com/scratchfoundation/scratch-paint/issues/2922)) ([0ea864a](https://github.com/scratchfoundation/scratch-paint/commit/0ea864a7e15a2d5366e0c69a69ce3f5d4d52da0c)) --- 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 a2a14614..4b331d7c 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.497](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.496...v2.2.497) (2024-11-15) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v4.0.27 ([#2922](https://github.com/scratchfoundation/scratch-paint/issues/2922)) ([0ea864a](https://github.com/scratchfoundation/scratch-paint/commit/0ea864a7e15a2d5366e0c69a69ce3f5d4d52da0c)) + ## [2.2.496](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.495...v2.2.496) (2024-11-15) diff --git a/package-lock.json b/package-lock.json index 462f1425..39ecabec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.496", + "version": "2.2.497", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.496", + "version": "2.2.497", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index 99152e17..548e3a04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.496", + "version": "2.2.497", "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",