From 502355a0105a477298ed60ac0de8fd8ead775069 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 29 May 2024 19:47:08 +0000 Subject: [PATCH] chore(release): 2.2.204 [skip ci] ## [2.2.204](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.203...v2.2.204) (2024-05-29) ### Bug Fixes * **deps:** update dependency scratch-render-fonts to v1.0.53 ([#2568](https://github.com/scratchfoundation/scratch-paint/issues/2568)) ([cdabbed](https://github.com/scratchfoundation/scratch-paint/commit/cdabbed4f02820a220aa9213a388f7f572077c50)) --- 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 7b5c766c..0b659b63 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.204](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.203...v2.2.204) (2024-05-29) + + +### Bug Fixes + +* **deps:** update dependency scratch-render-fonts to v1.0.53 ([#2568](https://github.com/scratchfoundation/scratch-paint/issues/2568)) ([cdabbed](https://github.com/scratchfoundation/scratch-paint/commit/cdabbed4f02820a220aa9213a388f7f572077c50)) + ## [2.2.203](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.202...v2.2.203) (2024-05-29) diff --git a/package-lock.json b/package-lock.json index 6fd8086a..43b1182e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.203", + "version": "2.2.204", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.203", + "version": "2.2.204", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index b0952874..90e781d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.203", + "version": "2.2.204", "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",