diff --git a/CHANGELOG.md b/CHANGELOG.md index 49e664ab..d3e79d87 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.126](https://github.com/scratchfoundation/scratch-render/compare/v1.2.125...v1.2.126) (2024-11-25) + + +### Bug Fixes + +* **deps:** update dependency scratch-render-fonts to v1.0.131 ([25befe3](https://github.com/scratchfoundation/scratch-render/commit/25befe300fc0fde7271e2bb8bac90c1351d67f50)) + ## [1.2.125](https://github.com/scratchfoundation/scratch-render/compare/v1.2.124...v1.2.125) (2024-11-25) diff --git a/package-lock.json b/package-lock.json index 98c2872b..69ccc92e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-render", - "version": "1.2.125", + "version": "1.2.126", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-render", - "version": "1.2.125", + "version": "1.2.126", "license": "BSD-3-Clause", "dependencies": { "grapheme-breaker": "^0.3.2", diff --git a/package.json b/package.json index dd3feb99..2acd6428 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-render", - "version": "1.2.125", + "version": "1.2.126", "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": "4c282e297916b1e466399a7b7e51e64ef923cda0" + "sha": "65606a5dc9097e6059e0463d68543c7146b85f2b" }, "exports": { "webpack": "./src/index.js",