From 521480a1cdbfc7d1074e19f7fc689cf69ec5fc10 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 5 Mar 2025 19:07:15 +0000 Subject: [PATCH] chore(release): 5.0.205 [skip ci] ## [5.0.205](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.204...v5.0.205) (2025-03-05) ### Bug Fixes * **deps:** update dependency scratch-render-fonts to v1.0.170 ([442d21a](https://github.com/scratchfoundation/scratch-vm/commit/442d21a9d44574fa122f725e7f6871176a928fd7)) --- 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 c033b6168c..80f121b629 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. +## [5.0.205](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.204...v5.0.205) (2025-03-05) + + +### Bug Fixes + +* **deps:** update dependency scratch-render-fonts to v1.0.170 ([442d21a](https://github.com/scratchfoundation/scratch-vm/commit/442d21a9d44574fa122f725e7f6871176a928fd7)) + ## [5.0.204](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.203...v5.0.204) (2025-03-05) diff --git a/package-lock.json b/package-lock.json index 2933e3f3b0..e0fb8e6b21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-vm", - "version": "5.0.204", + "version": "5.0.205", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-vm", - "version": "5.0.204", + "version": "5.0.205", "license": "AGPL-3.0-only", "dependencies": { "@vernier/godirect": "^1.5.0", diff --git a/package.json b/package.json index 37bf23fee5..4d41c123b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-vm", - "version": "5.0.204", + "version": "5.0.205", "description": "Virtual Machine for Scratch 3.0", "author": "Massachusetts Institute of Technology", "license": "AGPL-3.0-only", @@ -8,7 +8,7 @@ "repository": { "type": "git", "url": "https://github.com/scratchfoundation/scratch-vm.git", - "sha": "f7b604cda32368998fe3728f6bf3d7ffbc75c67b" + "sha": "7cd3bbd97fff518f54d7a4c523cd9e7bf5894b83" }, "main": "./dist/node/scratch-vm.js", "browser": "./dist/web/scratch-vm.js",