diff --git a/CHANGELOG.md b/CHANGELOG.md index 108fb8532..f00f28c7a 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.7](https://github.com/scratchfoundation/scratch-render/compare/v1.2.6...v1.2.7) (2024-09-28) + + +### Bug Fixes + +* **deps:** lock file maintenance ([3ce6b7f](https://github.com/scratchfoundation/scratch-render/commit/3ce6b7f264e6f50fea54c88ba5b4493881f125f8)) + ## [1.2.6](https://github.com/scratchfoundation/scratch-render/compare/v1.2.5...v1.2.6) (2024-09-28) diff --git a/package-lock.json b/package-lock.json index adbbe79c4..99c13ca0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-render", - "version": "1.2.6", + "version": "1.2.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-render", - "version": "1.2.6", + "version": "1.2.7", "license": "BSD-3-Clause", "dependencies": { "grapheme-breaker": "^0.3.2", diff --git a/package.json b/package.json index 274bf1466..1c62d1aa9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-render", - "version": "1.2.6", + "version": "1.2.7", "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": "ab4306750d4c6f0853ad46755f1ead04991ec087" + "sha": "7d4b75c5a8634d91b0f32d3d1ebfed54668c8420" }, "exports": { "webpack": "./src/index.js",