diff --git a/CHANGELOG.md b/CHANGELOG.md index 3108d51c..a17b48e3 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.459](https://github.com/scratchfoundation/scratch-render/compare/v2.0.458...v2.0.459) (2025-07-02) + + +### Bug Fixes + +* **deps:** update dependency scratch-render-fonts to v1.0.209 ([8bd5de6](https://github.com/scratchfoundation/scratch-render/commit/8bd5de6c6502e58ffa1611345929db49d5490e90)) + ## [2.0.458](https://github.com/scratchfoundation/scratch-render/compare/v2.0.457...v2.0.458) (2025-07-02) diff --git a/package-lock.json b/package-lock.json index 12e21bba..d36acd19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-render", - "version": "2.0.458", + "version": "2.0.459", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-render", - "version": "2.0.458", + "version": "2.0.459", "license": "AGPL-3.0-only", "dependencies": { "grapheme-breaker": "^0.3.2", diff --git a/package.json b/package.json index 2ef172eb..c2e589da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-render", - "version": "2.0.458", + "version": "2.0.459", "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": "cd662c82396586515e96d40aee10ec314b79ee01" + "sha": "e0aebd706f4d8c968230a748c1256b34e9722b15" }, "exports": { "webpack": "./src/index.js",