From 78a0dfd6c1e0e0868bd495d28a5861c853aaf36d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Oct 2024 11:31:48 +0000 Subject: [PATCH] chore(release): 1.2.59 [skip ci] ## [1.2.59](https://github.com/scratchfoundation/scratch-render/compare/v1.2.58...v1.2.59) (2024-10-24) ### Bug Fixes * **deps:** update dependency scratch-render-fonts to v1.0.115 ([359f821](https://github.com/scratchfoundation/scratch-render/commit/359f82171b8e636495dac3f6230eebb42285c144)) --- 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 bac7a3da0..254991e2a 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.59](https://github.com/scratchfoundation/scratch-render/compare/v1.2.58...v1.2.59) (2024-10-24) + + +### Bug Fixes + +* **deps:** update dependency scratch-render-fonts to v1.0.115 ([359f821](https://github.com/scratchfoundation/scratch-render/commit/359f82171b8e636495dac3f6230eebb42285c144)) + ## [1.2.58](https://github.com/scratchfoundation/scratch-render/compare/v1.2.57...v1.2.58) (2024-10-24) diff --git a/package-lock.json b/package-lock.json index a544e601b..4c0fdfc8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-render", - "version": "1.2.58", + "version": "1.2.59", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-render", - "version": "1.2.58", + "version": "1.2.59", "license": "BSD-3-Clause", "dependencies": { "grapheme-breaker": "^0.3.2", diff --git a/package.json b/package.json index 6c6a9b531..755423690 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-render", - "version": "1.2.58", + "version": "1.2.59", "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": "98f19da84b636001b0368b96ec57622e073fbb10" + "sha": "cba4650ad5956dc91cef45b382aac98815c075f5" }, "exports": { "webpack": "./src/index.js",