From ebc926984aaed1aca2f6d19a4ba097d7dcf88365 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 23 Sep 2024 13:02:08 +0000 Subject: [PATCH] chore(release): 2.2.414 [skip ci] ## [2.2.414](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.413...v2.2.414) (2024-09-23) ### Bug Fixes * **deps:** update dependency scratch-render-fonts to v1.0.104 ([#2820](https://github.com/scratchfoundation/scratch-paint/issues/2820)) ([8dee369](https://github.com/scratchfoundation/scratch-paint/commit/8dee3697a29f5774340b32f5b6074effe9090894)) --- 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 cb924a9f..977cd39c 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.414](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.413...v2.2.414) (2024-09-23) + + +### Bug Fixes + +* **deps:** update dependency scratch-render-fonts to v1.0.104 ([#2820](https://github.com/scratchfoundation/scratch-paint/issues/2820)) ([8dee369](https://github.com/scratchfoundation/scratch-paint/commit/8dee3697a29f5774340b32f5b6074effe9090894)) + ## [2.2.413](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.412...v2.2.413) (2024-09-23) diff --git a/package-lock.json b/package-lock.json index 2edbb2d9..e2fd92af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.413", + "version": "2.2.414", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.413", + "version": "2.2.414", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index 23f52641..317c3348 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.413", + "version": "2.2.414", "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",