diff --git a/CHANGELOG.md b/CHANGELOG.md index f6db8783d..68ddb3562 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.123](https://github.com/scratchfoundation/scratch-render/compare/v1.2.122...v1.2.123) (2024-11-24) + + +### Bug Fixes + +* **deps:** lock file maintenance ([e16cb18](https://github.com/scratchfoundation/scratch-render/commit/e16cb18378e30e1cdd5984b5e999e3b7b1de3d58)) + ## [1.2.122](https://github.com/scratchfoundation/scratch-render/compare/v1.2.121...v1.2.122) (2024-11-24) diff --git a/package-lock.json b/package-lock.json index c55b007dc..6f1d40103 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-render", - "version": "1.2.122", + "version": "1.2.123", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-render", - "version": "1.2.122", + "version": "1.2.123", "license": "BSD-3-Clause", "dependencies": { "grapheme-breaker": "^0.3.2", diff --git a/package.json b/package.json index 64c6078f9..ae03e26a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-render", - "version": "1.2.122", + "version": "1.2.123", "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": "21adece603f132fa00f872022ad2c156242c1edd" + "sha": "57d708a8d67f0024d06c9d4c2d21b021f15968b8" }, "exports": { "webpack": "./src/index.js",