From 9a77e52ad8d706f9e7c693063b02da640a9bf235 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 7 Oct 2024 07:33:27 +0000 Subject: [PATCH] chore(release): 1.2.27 [skip ci] ## [1.2.27](https://github.com/scratchfoundation/scratch-render/compare/v1.2.26...v1.2.27) (2024-10-07) ### Bug Fixes * **deps:** lock file maintenance ([4bea090](https://github.com/scratchfoundation/scratch-render/commit/4bea090d3c4252c40802f2fd1433bce8cbb2ed2b)) --- 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 c48c1ad45..2fac2a615 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.27](https://github.com/scratchfoundation/scratch-render/compare/v1.2.26...v1.2.27) (2024-10-07) + + +### Bug Fixes + +* **deps:** lock file maintenance ([4bea090](https://github.com/scratchfoundation/scratch-render/commit/4bea090d3c4252c40802f2fd1433bce8cbb2ed2b)) + ## [1.2.26](https://github.com/scratchfoundation/scratch-render/compare/v1.2.25...v1.2.26) (2024-10-06) diff --git a/package-lock.json b/package-lock.json index b6d5694b5..6ba1898d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-render", - "version": "1.2.26", + "version": "1.2.27", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-render", - "version": "1.2.26", + "version": "1.2.27", "license": "BSD-3-Clause", "dependencies": { "grapheme-breaker": "^0.3.2", diff --git a/package.json b/package.json index 18b891437..b19ae92df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-render", - "version": "1.2.26", + "version": "1.2.27", "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": "f0424e7a5087dd90614a9ea104469c320d873206" + "sha": "19c64cf98f0b33d13a1d69af622de73967fa642a" }, "exports": { "webpack": "./src/index.js",