diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb321790f..34fd9a72f 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.
 
+## [1.5.98](https://github.com/LLK/scratch-vm/compare/v1.5.97...v1.5.98) (2023-08-07)
+
+
+### Bug Fixes
+
+* remove use of 'globalThis' keyword ([4b02e41](https://github.com/LLK/scratch-vm/commit/4b02e414309059d4c2030b5691b152ed592996d3))
+
 ## [1.5.97](https://github.com/LLK/scratch-vm/compare/v1.5.96...v1.5.97) (2023-08-06)
 
 
diff --git a/package-lock.json b/package-lock.json
index 173b5b172..9840c806c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "scratch-vm",
-  "version": "1.5.97",
+  "version": "1.5.98",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "scratch-vm",
-      "version": "1.5.97",
+      "version": "1.5.98",
       "license": "BSD-3-Clause",
       "dependencies": {
         "@vernier/godirect": "1.5.0",
diff --git a/package.json b/package.json
index b9985c50d..ff8ea7e77 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "scratch-vm",
-  "version": "1.5.97",
+  "version": "1.5.98",
   "description": "Virtual Machine for Scratch 3.0",
   "author": "Massachusetts Institute of Technology",
   "license": "BSD-3-Clause",
@@ -8,7 +8,7 @@
   "repository": {
     "type": "git",
     "url": "https://github.com/LLK/scratch-vm.git",
-    "sha": "f292cbe586b967fbf35dc959d77a672cc4ab7a7b"
+    "sha": "ba01edcd7cb4fafc488205f64b04e7eeba0bc591"
   },
   "main": "./dist/node/scratch-vm.js",
   "browser": "./src/index.js",