diff --git a/CHANGELOG.md b/CHANGELOG.md index f00f28c7a..812600346 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.2.8](https://github.com/scratchfoundation/scratch-render/compare/v1.2.7...v1.2.8) (2024-09-28) + + +### Bug Fixes + +* **deps:** update dependency scratch-storage to v2.3.265 ([794fe98](https://github.com/scratchfoundation/scratch-render/commit/794fe98c3d3789406954d1406aa60fe79df4ab42)) + ## [1.2.7](https://github.com/scratchfoundation/scratch-render/compare/v1.2.6...v1.2.7) (2024-09-28) diff --git a/package-lock.json b/package-lock.json index 825c65c8e..b6ce044fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-render", - "version": "1.2.7", + "version": "1.2.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-render", - "version": "1.2.7", + "version": "1.2.8", "license": "BSD-3-Clause", "dependencies": { "grapheme-breaker": "^0.3.2", diff --git a/package.json b/package.json index bab27a6dd..e6bf45416 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-render", - "version": "1.2.7", + "version": "1.2.8", "description": "WebGL Renderer for Scratch 3.0", "author": "Massachusetts Institute of Technology", "license": "BSD-3-Clause", @@ -8,7 +8,7 @@ "repository": { "type": "git", "url": "https://github.com/scratchfoundation/scratch-render.git", - "sha": "7d4b75c5a8634d91b0f32d3d1ebfed54668c8420" + "sha": "b61e83f8dcb05ed74a435cb5ef956b463d691ec6" }, "exports": { "webpack": "./src/index.js",