diff --git a/CHANGELOG.md b/CHANGELOG.md index 317005ef9..fe9106804 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.39](https://github.com/scratchfoundation/scratch-render/compare/v1.2.38...v1.2.39) (2024-10-12) + + +### Bug Fixes + +* **deps:** lock file maintenance ([90b7502](https://github.com/scratchfoundation/scratch-render/commit/90b7502c2f3291078b08fca76e1f1ddeeb8923a2)) + ## [1.2.38](https://github.com/scratchfoundation/scratch-render/compare/v1.2.37...v1.2.38) (2024-10-11) diff --git a/package-lock.json b/package-lock.json index deef81895..e79a7a22e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-render", - "version": "1.2.38", + "version": "1.2.39", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-render", - "version": "1.2.38", + "version": "1.2.39", "license": "BSD-3-Clause", "dependencies": { "grapheme-breaker": "^0.3.2", diff --git a/package.json b/package.json index f536aac93..9a5e6fcf8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-render", - "version": "1.2.38", + "version": "1.2.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": "4146072fc61076eac6c22b314b4692698a2335f8" + "sha": "57f94a5f393ce90102718460eb56ab239b084750" }, "exports": { "webpack": "./src/index.js",