diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e59a0e7..ed455e1a 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.328](https://github.com/scratchfoundation/scratch-render/compare/v2.0.327...v2.0.328) (2025-05-01) + + +### Bug Fixes + +* **deps:** update dependency scratch-storage to v4.0.125 ([3516b96](https://github.com/scratchfoundation/scratch-render/commit/3516b961bfd471882032d15d37d2cd64c4e05f2e)) + ## [2.0.327](https://github.com/scratchfoundation/scratch-render/compare/v2.0.326...v2.0.327) (2025-05-01) diff --git a/package-lock.json b/package-lock.json index e579a8b7..00e3afca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-render", - "version": "2.0.327", + "version": "2.0.328", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-render", - "version": "2.0.327", + "version": "2.0.328", "license": "AGPL-3.0-only", "dependencies": { "grapheme-breaker": "^0.3.2", diff --git a/package.json b/package.json index cb50429d..c28e8382 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-render", - "version": "2.0.327", + "version": "2.0.328", "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": "203e9c9be39569db1b576b57804496481f90be76" + "sha": "25f2674f119cc37e7c259825b4398f2ac4bd9c41" }, "exports": { "webpack": "./src/index.js",