From 5a0ff7296af1f140b1c399ef724e9deaae54ea49 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Tue, 8 Apr 2025 18:08:21 +0000
Subject: [PATCH] chore(release): 3.0.205 [skip ci]

## [3.0.205](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.204...v3.0.205) (2025-04-08)

### Bug Fixes

* **deps:** update dependency scratch-render-fonts to v1.0.182 ([#3191](https://github.com/scratchfoundation/scratch-paint/issues/3191)) ([41a8c43](https://github.com/scratchfoundation/scratch-paint/commit/41a8c439972b7ac968e6f91b61ca8be38a2ba843))
---
 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 d5151636..dcb4be12 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.205](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.204...v3.0.205) (2025-04-08)
+
+
+### Bug Fixes
+
+* **deps:** update dependency scratch-render-fonts to v1.0.182 ([#3191](https://github.com/scratchfoundation/scratch-paint/issues/3191)) ([41a8c43](https://github.com/scratchfoundation/scratch-paint/commit/41a8c439972b7ac968e6f91b61ca8be38a2ba843))
+
 ## [3.0.204](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.203...v3.0.204) (2025-04-08)
 
 
diff --git a/package-lock.json b/package-lock.json
index e522743d..3d7cf7a6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "scratch-paint",
-  "version": "3.0.204",
+  "version": "3.0.205",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "scratch-paint",
-      "version": "3.0.204",
+      "version": "3.0.205",
       "license": "AGPL-3.0-only",
       "dependencies": {
         "@scratch/paper": "^0.11.20221201200345",
diff --git a/package.json b/package.json
index d8e4a257..f8d6eb86 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "scratch-paint",
-  "version": "3.0.204",
+  "version": "3.0.205",
   "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",