From b0f0beead52fda3512ec0f9dbb129fecdb08418b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 29 Sep 2024 09:36:32 +0000 Subject: [PATCH] chore(release): 2.2.424 [skip ci] ## [2.2.424](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.423...v2.2.424) (2024-09-29) ### Bug Fixes * **deps:** lock file maintenance ([#2832](https://github.com/scratchfoundation/scratch-paint/issues/2832)) ([a34f9d1](https://github.com/scratchfoundation/scratch-paint/commit/a34f9d10dca35ac7a7ffb9b9fa4adf20916fe031)) * **deps:** update dependency scratch-render-fonts to v1.0.106 ([#2831](https://github.com/scratchfoundation/scratch-paint/issues/2831)) ([510065a](https://github.com/scratchfoundation/scratch-paint/commit/510065a0b191f37037eb71d97d8b79c026123187)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8b29335..c4e1dd4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.2.424](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.423...v2.2.424) (2024-09-29) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#2832](https://github.com/scratchfoundation/scratch-paint/issues/2832)) ([a34f9d1](https://github.com/scratchfoundation/scratch-paint/commit/a34f9d10dca35ac7a7ffb9b9fa4adf20916fe031)) +* **deps:** update dependency scratch-render-fonts to v1.0.106 ([#2831](https://github.com/scratchfoundation/scratch-paint/issues/2831)) ([510065a](https://github.com/scratchfoundation/scratch-paint/commit/510065a0b191f37037eb71d97d8b79c026123187)) + ## [2.2.423](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.422...v2.2.423) (2024-09-28) diff --git a/package-lock.json b/package-lock.json index 32886769..bd653b4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.423", + "version": "2.2.424", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.423", + "version": "2.2.424", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index e3916aac..5e7b4333 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.423", + "version": "2.2.424", "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",