From a28ec7d18cb9befa798601feb54d640191fd1fee Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 22 Oct 2024 11:56:34 +0000 Subject: [PATCH] chore(release): 1.2.55 [skip ci] ## [1.2.55](https://github.com/scratchfoundation/scratch-render/compare/v1.2.54...v1.2.55) (2024-10-22) ### Bug Fixes * **deps:** update dependency scratch-storage to v2.3.283 ([0441c92](https://github.com/scratchfoundation/scratch-render/commit/0441c927215861dea3e8e94a67aa2fb4ad808a68)) --- 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 374e55ada..3871384dc 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.55](https://github.com/scratchfoundation/scratch-render/compare/v1.2.54...v1.2.55) (2024-10-22) + + +### Bug Fixes + +* **deps:** update dependency scratch-storage to v2.3.283 ([0441c92](https://github.com/scratchfoundation/scratch-render/commit/0441c927215861dea3e8e94a67aa2fb4ad808a68)) + ## [1.2.54](https://github.com/scratchfoundation/scratch-render/compare/v1.2.53...v1.2.54) (2024-10-22) diff --git a/package-lock.json b/package-lock.json index e0fa33f3c..daffb345b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-render", - "version": "1.2.54", + "version": "1.2.55", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-render", - "version": "1.2.54", + "version": "1.2.55", "license": "BSD-3-Clause", "dependencies": { "grapheme-breaker": "^0.3.2", diff --git a/package.json b/package.json index 557795b93..9c41fede3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-render", - "version": "1.2.54", + "version": "1.2.55", "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": "815c10cf53de398f13f8c2b6297ede45dc3017cc" + "sha": "4f06b267ffc2b9926a7be9d7347a50a1100b9584" }, "exports": { "webpack": "./src/index.js",