diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3fb183f6265acc211da69d349722b9fd60c4aa53..f6ccda7fe12eff31cfa640adf6e068264ae67326 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.1.15](https://github.com/LLK/scratch-gui/compare/v1.1.14...v1.1.15) (2022-11-21)
+
+
+### Bug Fixes
+
+* **deps:** update dependency scratch-render to v0.1.0-prerelease.20221120233801 ([ca5f37c](https://github.com/LLK/scratch-gui/commit/ca5f37cc4c23b6d31f2aea303ff8d0c9d36e2d7f))
+
 ## [1.1.14](https://github.com/LLK/scratch-gui/compare/v1.1.13...v1.1.14) (2022-11-20)
 
 
diff --git a/package-lock.json b/package-lock.json
index cdcf590648cf621968b67a03a9ac1f00706dc80c..da69e7d17f768d6609a56c558556e13328d361cc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "scratch-gui",
-  "version": "1.1.14",
+  "version": "1.1.15",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index aaecade450e8b6f47f708e669041e520382f97e5..f2e23c5f0291fdd1ce19347af169bd35c5cffb42 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "scratch-gui",
-  "version": "1.1.14",
+  "version": "1.1.15",
   "description": "GraphicaL User Interface for creating and running Scratch 3.0 projects",
   "author": "Massachusetts Institute of Technology",
   "license": "BSD-3-Clause",