From e02016cd9c2f6ac4b23e4a8bd3b3e37a533dd301 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Sat, 5 Apr 2025 13:33:04 +0000
Subject: [PATCH] chore(release): 3.0.202 [skip ci]

## [3.0.202](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.201...v3.0.202) (2025-04-05)

### Bug Fixes

* **deps:** update dependency scratch-render-fonts to v1.0.181 ([#3186](https://github.com/scratchfoundation/scratch-paint/issues/3186)) ([018f734](https://github.com/scratchfoundation/scratch-paint/commit/018f7344af608f658d824e1f3da71cbe5195d85c))
---
 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 f386a41a..854d94a5 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.202](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.201...v3.0.202) (2025-04-05)
+
+
+### Bug Fixes
+
+* **deps:** update dependency scratch-render-fonts to v1.0.181 ([#3186](https://github.com/scratchfoundation/scratch-paint/issues/3186)) ([018f734](https://github.com/scratchfoundation/scratch-paint/commit/018f7344af608f658d824e1f3da71cbe5195d85c))
+
 ## [3.0.201](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.200...v3.0.201) (2025-04-05)
 
 
diff --git a/package-lock.json b/package-lock.json
index cb5d994b..ccc88790 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "scratch-paint",
-  "version": "3.0.201",
+  "version": "3.0.202",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "scratch-paint",
-      "version": "3.0.201",
+      "version": "3.0.202",
       "license": "AGPL-3.0-only",
       "dependencies": {
         "@scratch/paper": "^0.11.20221201200345",
diff --git a/package.json b/package.json
index f7a0e701..64beda75 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "scratch-paint",
-  "version": "3.0.201",
+  "version": "3.0.202",
   "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",