From f70f0ad346cb64d43df004a2c8e575a38be10449 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 21 Nov 2024 14:41:02 +0000 Subject: [PATCH] chore(release): 2.2.510 [skip ci] ## [2.2.510](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.509...v2.2.510) (2024-11-21) ### Bug Fixes * **deps:** update dependency scratch-l10n to v4.0.38 ([#2938](https://github.com/scratchfoundation/scratch-paint/issues/2938)) ([21eaa72](https://github.com/scratchfoundation/scratch-paint/commit/21eaa72fbf220b3e0bea0879c04ab7cc0f1eeec5)) --- 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 a81ec47c..f7120b0c 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.510](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.509...v2.2.510) (2024-11-21) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v4.0.38 ([#2938](https://github.com/scratchfoundation/scratch-paint/issues/2938)) ([21eaa72](https://github.com/scratchfoundation/scratch-paint/commit/21eaa72fbf220b3e0bea0879c04ab7cc0f1eeec5)) + ## [2.2.509](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.508...v2.2.509) (2024-11-21) diff --git a/package-lock.json b/package-lock.json index 1c9af6bb..6344c831 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.509", + "version": "2.2.510", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.509", + "version": "2.2.510", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index 0d71dfdd..7eaec07a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.509", + "version": "2.2.510", "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",