diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0285fbc2c..c48aea99d 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.
 
+## [5.0.190](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.189...v5.0.190) (2025-02-24)
+
+
+### Bug Fixes
+
+* **deps:** update dependency scratch-render-fonts to v1.0.167 ([9ccfc82](https://github.com/scratchfoundation/scratch-vm/commit/9ccfc82c989429bddb1c21d170808b3d4983f570))
+
 ## [5.0.189](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.188...v5.0.189) (2025-02-23)
 
 
diff --git a/package-lock.json b/package-lock.json
index 37599144b..ca17a2ef0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "scratch-vm",
-  "version": "5.0.189",
+  "version": "5.0.190",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "scratch-vm",
-      "version": "5.0.189",
+      "version": "5.0.190",
       "license": "AGPL-3.0-only",
       "dependencies": {
         "@vernier/godirect": "^1.5.0",
diff --git a/package.json b/package.json
index 1d2456729..ea64b1249 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "scratch-vm",
-  "version": "5.0.189",
+  "version": "5.0.190",
   "description": "Virtual Machine for Scratch 3.0",
   "author": "Massachusetts Institute of Technology",
   "license": "AGPL-3.0-only",
@@ -8,7 +8,7 @@
   "repository": {
     "type": "git",
     "url": "https://github.com/scratchfoundation/scratch-vm.git",
-    "sha": "a14febfd6236ca0288960763da1acef774e2aa85"
+    "sha": "82cf93e5cda756ad679b6fc09b181ee9a7449329"
   },
   "main": "./dist/node/scratch-vm.js",
   "browser": "./dist/web/scratch-vm.js",