From cb317adfe5273aabd109ce2f81cc99dd32e3d564 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 27 Sep 2024 08:09:26 +0000 Subject: [PATCH] chore(release): 1.2.4 [skip ci] ## [1.2.4](https://github.com/scratchfoundation/scratch-render/compare/v1.2.3...v1.2.4) (2024-09-27) ### Bug Fixes * **deps:** lock file maintenance ([5eb3012](https://github.com/scratchfoundation/scratch-render/commit/5eb30126b338a9a9d123151b284b50ca5c312529)) --- 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 090ceab81..54e88acbf 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.4](https://github.com/scratchfoundation/scratch-render/compare/v1.2.3...v1.2.4) (2024-09-27) + + +### Bug Fixes + +* **deps:** lock file maintenance ([5eb3012](https://github.com/scratchfoundation/scratch-render/commit/5eb30126b338a9a9d123151b284b50ca5c312529)) + ## [1.2.3](https://github.com/scratchfoundation/scratch-render/compare/v1.2.2...v1.2.3) (2024-09-26) diff --git a/package-lock.json b/package-lock.json index 518c14bf3..cbb910d64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-render", - "version": "1.2.3", + "version": "1.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-render", - "version": "1.2.3", + "version": "1.2.4", "license": "BSD-3-Clause", "dependencies": { "grapheme-breaker": "^0.3.2", diff --git a/package.json b/package.json index 38358852c..c07970dba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-render", - "version": "1.2.3", + "version": "1.2.4", "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": "45316e000c79fd259e836f9f86ee56ed0a9e3569" + "sha": "78d953673846efdc4e8e6872168951858064029e" }, "exports": { "webpack": "./src/index.js",