From f10da0d6007caa005411bcc213d46aa93f241c83 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 Jan 2025 09:09:04 +0000 Subject: [PATCH] chore(release): 2.0.126 [skip ci] ## [2.0.126](https://github.com/scratchfoundation/scratch-render/compare/v2.0.125...v2.0.126) (2025-01-23) ### Bug Fixes * **deps:** lock file maintenance ([b4c9ae5](https://github.com/scratchfoundation/scratch-render/commit/b4c9ae55d11b450f22b019a9d61d927184cfaabf)) --- 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 ef6e4a7ec..233803617 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. +## [2.0.126](https://github.com/scratchfoundation/scratch-render/compare/v2.0.125...v2.0.126) (2025-01-23) + + +### Bug Fixes + +* **deps:** lock file maintenance ([b4c9ae5](https://github.com/scratchfoundation/scratch-render/commit/b4c9ae55d11b450f22b019a9d61d927184cfaabf)) + ## [2.0.125](https://github.com/scratchfoundation/scratch-render/compare/v2.0.124...v2.0.125) (2025-01-23) diff --git a/package-lock.json b/package-lock.json index ba20cd782..8284c2181 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-render", - "version": "2.0.125", + "version": "2.0.126", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-render", - "version": "2.0.125", + "version": "2.0.126", "license": "AGPL-3.0-only", "dependencies": { "grapheme-breaker": "^0.3.2", diff --git a/package.json b/package.json index 550becc7a..55183da3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-render", - "version": "2.0.125", + "version": "2.0.126", "description": "WebGL Renderer for Scratch 3.0", "author": "Massachusetts Institute of Technology", "license": "AGPL-3.0-only", @@ -8,7 +8,7 @@ "repository": { "type": "git", "url": "https://github.com/scratchfoundation/scratch-render.git", - "sha": "4783f0b9829dc9dae46f5201dfedf8bded23d2f5" + "sha": "ca4eb170dfbf5df600b28920442b2f7bc74cf976" }, "exports": { "webpack": "./src/index.js",