From c87bb512895b6cc03c9b47466ce3e9ce774faedf Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Tue, 22 Apr 2025 19:57:17 +0000 Subject: [PATCH] chore(release): 3.0.223 [skip ci] ## [3.0.223](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.222...v3.0.223) (2025-04-22) ### Bug Fixes * **deps:** update dependency scratch-render-fonts to v1.0.186 ([#3210](https://github.com/scratchfoundation/scratch-paint/issues/3210)) ([e3d3e7d](https://github.com/scratchfoundation/scratch-paint/commit/e3d3e7d4a3de1c633c63e1f69e73ed5861ae8872)) --- 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 7b2d5d80..ae6583ca 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.223](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.222...v3.0.223) (2025-04-22) + + +### Bug Fixes + +* **deps:** update dependency scratch-render-fonts to v1.0.186 ([#3210](https://github.com/scratchfoundation/scratch-paint/issues/3210)) ([e3d3e7d](https://github.com/scratchfoundation/scratch-paint/commit/e3d3e7d4a3de1c633c63e1f69e73ed5861ae8872)) + ## [3.0.222](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.221...v3.0.222) (2025-04-22) diff --git a/package-lock.json b/package-lock.json index dae4b6e7..f6fbd15e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "3.0.222", + "version": "3.0.223", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "3.0.222", + "version": "3.0.223", "license": "AGPL-3.0-only", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index d4c518da..26ec593b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "3.0.222", + "version": "3.0.223", "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",