From 94ac28a79589e102eced72c61668788f503d07f8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 18 Sep 2024 10:56:51 +0000 Subject: [PATCH] chore(release): 1.1.34 [skip ci] ## [1.1.34](https://github.com/scratchfoundation/scratch-render/compare/v1.1.33...v1.1.34) (2024-09-18) ### Bug Fixes * **deps:** update dependency scratch-storage to v2.3.253 ([101c412](https://github.com/scratchfoundation/scratch-render/commit/101c412f3d9fa86eb6665543f1a3d63cc98fde9c)) --- 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 3edb6b0a9..690f42685 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.1.34](https://github.com/scratchfoundation/scratch-render/compare/v1.1.33...v1.1.34) (2024-09-18) + + +### Bug Fixes + +* **deps:** update dependency scratch-storage to v2.3.253 ([101c412](https://github.com/scratchfoundation/scratch-render/commit/101c412f3d9fa86eb6665543f1a3d63cc98fde9c)) + ## [1.1.33](https://github.com/scratchfoundation/scratch-render/compare/v1.1.32...v1.1.33) (2024-09-18) diff --git a/package-lock.json b/package-lock.json index 9c6f3eeb1..7c51a65f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-render", - "version": "1.1.33", + "version": "1.1.34", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-render", - "version": "1.1.33", + "version": "1.1.34", "license": "BSD-3-Clause", "dependencies": { "grapheme-breaker": "^0.3.2", diff --git a/package.json b/package.json index acab8b23e..6f3a4640f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-render", - "version": "1.1.33", + "version": "1.1.34", "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": "57fe8bcc349bff0d513fc922bde357ac16d3fdf5" + "sha": "2c69d79c8d8a84284e342ed226b01343f17ebc20" }, "exports": { "webpack": "./src/index.js",