diff --git a/CHANGELOG.md b/CHANGELOG.md index 66710ba42..a1e3a3b04 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.103](https://github.com/scratchfoundation/scratch-render/compare/v1.2.102...v1.2.103) (2024-11-16) + + +### Bug Fixes + +* **deps:** lock file maintenance ([0fc1020](https://github.com/scratchfoundation/scratch-render/commit/0fc10209c6454e7bc4a8608f27ca47e67849f517)) + ## [1.2.102](https://github.com/scratchfoundation/scratch-render/compare/v1.2.101...v1.2.102) (2024-11-15) diff --git a/package-lock.json b/package-lock.json index 9ca49dada..207f88f4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-render", - "version": "1.2.102", + "version": "1.2.103", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-render", - "version": "1.2.102", + "version": "1.2.103", "license": "BSD-3-Clause", "dependencies": { "grapheme-breaker": "^0.3.2", diff --git a/package.json b/package.json index 52103f5eb..f0a2dc1de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-render", - "version": "1.2.102", + "version": "1.2.103", "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": "75da65545a148865f79fce83de6b7db08b694ee0" + "sha": "396f5aa23903814d060bb2284a84d234abba538c" }, "exports": { "webpack": "./src/index.js",