diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c866b71b..c6d328839 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.1.39](https://github.com/scratchfoundation/scratch-render/compare/v1.1.38...v1.1.39) (2024-09-20) + + +### Bug Fixes + +* **deps:** lock file maintenance ([ff28d60](https://github.com/scratchfoundation/scratch-render/commit/ff28d604f375880f9497ccf0e8bf018a25ba8418)) + ## [1.1.38](https://github.com/scratchfoundation/scratch-render/compare/v1.1.37...v1.1.38) (2024-09-19) diff --git a/package-lock.json b/package-lock.json index 55150cbc8..d1d543cfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-render", - "version": "1.1.38", + "version": "1.1.39", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-render", - "version": "1.1.38", + "version": "1.1.39", "license": "BSD-3-Clause", "dependencies": { "grapheme-breaker": "^0.3.2", diff --git a/package.json b/package.json index 79e51e445..02519bc55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-render", - "version": "1.1.38", + "version": "1.1.39", "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": "49bb41d0c3efd27baea33a3b06c872b42d1abf37" + "sha": "884cace24949384208574be6aefae177079ac20a" }, "exports": { "webpack": "./src/index.js",