diff --git a/CHANGELOG.md b/CHANGELOG.md index d522d7df8..9a5bfcf67 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.129](https://github.com/scratchfoundation/scratch-render/compare/v2.0.128...v2.0.129) (2025-01-23) + + +### Bug Fixes + +* **deps:** update dependency scratch-render-fonts to v1.0.156 ([a789c94](https://github.com/scratchfoundation/scratch-render/commit/a789c94450019818df6833b8f4275baea688373e)) + ## [2.0.128](https://github.com/scratchfoundation/scratch-render/compare/v2.0.127...v2.0.128) (2025-01-23) diff --git a/package-lock.json b/package-lock.json index 70d780690..9f860afcd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-render", - "version": "2.0.128", + "version": "2.0.129", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-render", - "version": "2.0.128", + "version": "2.0.129", "license": "AGPL-3.0-only", "dependencies": { "grapheme-breaker": "^0.3.2", diff --git a/package.json b/package.json index 1f9b28f3e..a754b18a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-render", - "version": "2.0.128", + "version": "2.0.129", "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": "f0f9d08f9a15de1af482042d7f7af01a0b7bf3fc" + "sha": "e53226e31d8167fc68cec6b059f68a37e9c7f36a" }, "exports": { "webpack": "./src/index.js",