diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8e1039df4bc5e31a67c01490cc083461e16b5b30..792a07ddbedef3ef97b6efd65a8531b7372c4173 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.14](https://github.com/LLK/scratch-gui/compare/v1.0.13...v1.0.14) (2022-10-14)
+
+
+### Bug Fixes
+
+* **deps:** update dependency scratch-vm to v1.2.32 ([98997f9](https://github.com/LLK/scratch-gui/commit/98997f926d70faddb87912c4cd4857a8bc1bfafa))
+
 ## [1.0.13](https://github.com/LLK/scratch-gui/compare/v1.0.12...v1.0.13) (2022-10-14)
 
 
diff --git a/package-lock.json b/package-lock.json
index 27290234c7ce1f6f98eb851fb9716fa922a681ca..99945f527ca04d5ccad84519b6190e354be0fcfc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "scratch-gui",
-  "version": "1.0.13",
+  "version": "1.0.14",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 7b6f4f37ea97671e357702c4784047ce9d0c23f4..fc0b4db6bffab8ee8772440e3d7edb902d3902e1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "scratch-gui",
-  "version": "1.0.13",
+  "version": "1.0.14",
   "description": "GraphicaL User Interface for creating and running Scratch 3.0 projects",
   "author": "Massachusetts Institute of Technology",
   "license": "BSD-3-Clause",