From c12e0edaf19023121e96b9e5f663b75568f759ec Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Nov 2024 08:09:25 +0000 Subject: [PATCH] chore(release): 2.2.481 [skip ci] ## [2.2.481](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.480...v2.2.481) (2024-11-07) ### Bug Fixes * **deps:** update dependency scratch-l10n to v4.0.14 ([#2905](https://github.com/scratchfoundation/scratch-paint/issues/2905)) ([5b55ab9](https://github.com/scratchfoundation/scratch-paint/commit/5b55ab9a6719a7a1d10f484d197db88cb4d7c464)) --- 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 b282f3f4..1732ed8a 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.481](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.480...v2.2.481) (2024-11-07) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v4.0.14 ([#2905](https://github.com/scratchfoundation/scratch-paint/issues/2905)) ([5b55ab9](https://github.com/scratchfoundation/scratch-paint/commit/5b55ab9a6719a7a1d10f484d197db88cb4d7c464)) + ## [2.2.480](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.479...v2.2.480) (2024-11-06) diff --git a/package-lock.json b/package-lock.json index 7fe3866d..191b39e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.480", + "version": "2.2.481", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.480", + "version": "2.2.481", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index d9e015d6..9dc48312 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.480", + "version": "2.2.481", "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",