diff --git a/CHANGELOG.md b/CHANGELOG.md index d21ce7da1..dec8b8df1 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. +## [2.0.118](https://github.com/scratchfoundation/scratch-render/compare/v2.0.117...v2.0.118) (2025-01-19) + + +### Bug Fixes + +* **deps:** update dependency scratch-storage to v4.0.33 ([8e289e0](https://github.com/scratchfoundation/scratch-render/commit/8e289e03a28c03e146d9bb22a7ee759da247f3d8)) + ## [2.0.117](https://github.com/scratchfoundation/scratch-render/compare/v2.0.116...v2.0.117) (2025-01-19) diff --git a/package-lock.json b/package-lock.json index afc94c265..1982b0661 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-render", - "version": "2.0.117", + "version": "2.0.118", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-render", - "version": "2.0.117", + "version": "2.0.118", "license": "AGPL-3.0-only", "dependencies": { "grapheme-breaker": "^0.3.2", diff --git a/package.json b/package.json index 2db268d21..d75a01bcf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-render", - "version": "2.0.117", + "version": "2.0.118", "description": "WebGL Renderer 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-render.git", - "sha": "524db8fc3c48dc4a72d3739c0af7ab2d8fdc5b0e" + "sha": "009ff0783287189d9a271785106b20511215458e" }, "exports": { "webpack": "./src/index.js",