diff --git a/CHANGELOG.md b/CHANGELOG.md
index 23c0a4d8d8e61c63b8d2ee0237c50b7096dd9b1b..786a7f7fb59062aaab34e65255c58411082c8043 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.0.5](https://github.com/LLK/scratch-gui/compare/v1.0.4...v1.0.5) (2022-10-04)
+
+
+### Bug Fixes
+
+* **deps:** update dependency scratch-vm to v1.2.26 ([fd1ba4b](https://github.com/LLK/scratch-gui/commit/fd1ba4badfa5d6ac30eca6a6d734819ef33aed5c))
+
 ## [1.0.4](https://github.com/LLK/scratch-gui/compare/v1.0.3...v1.0.4) (2022-10-04)
 
 
diff --git a/package-lock.json b/package-lock.json
index d4d4c9eb51d3317ff130a6f80ae9d3368eb1323c..701d99313b90f559f38dc614e21bc581503a8ac0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "scratch-gui",
-  "version": "1.0.4",
+  "version": "1.0.5",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index fa832bfa2c3f5d38156964c67a36332f3656c021..e679882d0ea46dc0ebdbdca1f6b1d4a365243926 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "scratch-gui",
-  "version": "1.0.4",
+  "version": "1.0.5",
   "description": "GraphicaL User Interface for creating and running Scratch 3.0 projects",
   "author": "Massachusetts Institute of Technology",
   "license": "BSD-3-Clause",