From 65a2072db59e3da269e689dd7de655eef7abda49 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Oct 2024 06:48:24 +0000 Subject: [PATCH] chore(release): 1.2.58 [skip ci] ## [1.2.58](https://github.com/scratchfoundation/scratch-render/compare/v1.2.57...v1.2.58) (2024-10-24) ### Bug Fixes * **deps:** lock file maintenance ([611a653](https://github.com/scratchfoundation/scratch-render/commit/611a65303298b33fc2e1eb976e4b17c336044e96)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94a65e5a2..bac7a3da0 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.58](https://github.com/scratchfoundation/scratch-render/compare/v1.2.57...v1.2.58) (2024-10-24) + + +### Bug Fixes + +* **deps:** lock file maintenance ([611a653](https://github.com/scratchfoundation/scratch-render/commit/611a65303298b33fc2e1eb976e4b17c336044e96)) + ## [1.2.57](https://github.com/scratchfoundation/scratch-render/compare/v1.2.56...v1.2.57) (2024-10-23) diff --git a/package-lock.json b/package-lock.json index e36d3d228..b35000580 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-render", - "version": "1.2.57", + "version": "1.2.58", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-render", - "version": "1.2.57", + "version": "1.2.58", "license": "BSD-3-Clause", "dependencies": { "grapheme-breaker": "^0.3.2", diff --git a/package.json b/package.json index 2275b57aa..152265a36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-render", - "version": "1.2.57", + "version": "1.2.58", "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": "6ff577f3e1fed2b69938d8e0882b698250129b37" + "sha": "98f19da84b636001b0368b96ec57622e073fbb10" }, "exports": { "webpack": "./src/index.js",