From 879fff3ecfcfe6028202ce3c0d6c7014b1b706ef Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 22 Dec 2024 15:06:51 +0000 Subject: [PATCH] chore(release): 3.0.56 [skip ci] ## [3.0.56](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.55...v3.0.56) (2024-12-22) ### Bug Fixes * **deps:** update dependency scratch-l10n to v5.0.57 ([#3016](https://github.com/scratchfoundation/scratch-paint/issues/3016)) ([74195c0](https://github.com/scratchfoundation/scratch-paint/commit/74195c05501e0aebfac207e21b738e1f1c6fd297)) --- 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 b1c7b00533..f3c2dcec7c 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. +## [3.0.56](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.55...v3.0.56) (2024-12-22) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v5.0.57 ([#3016](https://github.com/scratchfoundation/scratch-paint/issues/3016)) ([74195c0](https://github.com/scratchfoundation/scratch-paint/commit/74195c05501e0aebfac207e21b738e1f1c6fd297)) + ## [3.0.55](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.54...v3.0.55) (2024-12-22) diff --git a/package-lock.json b/package-lock.json index a46979740d..b7ada25478 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "3.0.55", + "version": "3.0.56", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "3.0.55", + "version": "3.0.56", "license": "AGPL-3.0-only", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index c6a7b162c0..2535f90584 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "3.0.55", + "version": "3.0.56", "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",