diff --git a/CHANGELOG.md b/CHANGELOG.md
index e5066d7d..82d814f4 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.120](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.119...v3.0.120) (2025-02-02)
+
+
+### Bug Fixes
+
+* **deps:** update dependency scratch-render-fonts to v1.0.159 ([#3094](https://github.com/scratchfoundation/scratch-paint/issues/3094)) ([0ac26e9](https://github.com/scratchfoundation/scratch-paint/commit/0ac26e935d9eba1ed1aaf6a530921cdab458d4d9))
+
 ## [3.0.119](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.118...v3.0.119) (2025-02-02)
 
 
diff --git a/package-lock.json b/package-lock.json
index 539fb66a..19fdacd8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "scratch-paint",
-  "version": "3.0.119",
+  "version": "3.0.120",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "scratch-paint",
-      "version": "3.0.119",
+      "version": "3.0.120",
       "license": "AGPL-3.0-only",
       "dependencies": {
         "@scratch/paper": "^0.11.20221201200345",
diff --git a/package.json b/package.json
index 9101599c..cfb41c4c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "scratch-paint",
-  "version": "3.0.119",
+  "version": "3.0.120",
   "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",