diff --git a/CHANGELOG.md b/CHANGELOG.md index 21960729a..fbc54bcc1 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.29](https://github.com/scratchfoundation/scratch-render/compare/v1.2.28...v1.2.29) (2024-10-08) + + +### Bug Fixes + +* **deps:** lock file maintenance ([f8448d0](https://github.com/scratchfoundation/scratch-render/commit/f8448d0f07b29b335e97db42c9596da2a68a4c2f)) + ## [1.2.28](https://github.com/scratchfoundation/scratch-render/compare/v1.2.27...v1.2.28) (2024-10-07) diff --git a/package-lock.json b/package-lock.json index d3170ea5d..27b7f40d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-render", - "version": "1.2.28", + "version": "1.2.29", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-render", - "version": "1.2.28", + "version": "1.2.29", "license": "BSD-3-Clause", "dependencies": { "grapheme-breaker": "^0.3.2", diff --git a/package.json b/package.json index a63f56c38..6107da095 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-render", - "version": "1.2.28", + "version": "1.2.29", "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": "9f425752750d97033151fc17a8a0573cc36aa2bc" + "sha": "779cd0318893c39bfbc59de3782f73100d51bb32" }, "exports": { "webpack": "./src/index.js",