From a433f14c7d8838f58eb793d11f32325399d78537 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 24 Feb 2025 12:28:18 +0000 Subject: [PATCH] chore(release): 5.0.190 [skip ci] ## [5.0.190](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.189...v5.0.190) (2025-02-24) ### Bug Fixes * **deps:** update dependency scratch-render-fonts to v1.0.167 ([9ccfc82](https://github.com/scratchfoundation/scratch-vm/commit/9ccfc82c989429bddb1c21d170808b3d4983f570)) --- 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 0285fbc2cd..c48aea99dc 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.190](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.189...v5.0.190) (2025-02-24) + + +### Bug Fixes + +* **deps:** update dependency scratch-render-fonts to v1.0.167 ([9ccfc82](https://github.com/scratchfoundation/scratch-vm/commit/9ccfc82c989429bddb1c21d170808b3d4983f570)) + ## [5.0.189](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.188...v5.0.189) (2025-02-23) diff --git a/package-lock.json b/package-lock.json index 37599144b8..ca17a2ef08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-vm", - "version": "5.0.189", + "version": "5.0.190", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-vm", - "version": "5.0.189", + "version": "5.0.190", "license": "AGPL-3.0-only", "dependencies": { "@vernier/godirect": "^1.5.0", diff --git a/package.json b/package.json index 1d2456729b..ea64b12496 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-vm", - "version": "5.0.189", + "version": "5.0.190", "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": "a14febfd6236ca0288960763da1acef774e2aa85" + "sha": "82cf93e5cda756ad679b6fc09b181ee9a7449329" }, "main": "./dist/node/scratch-vm.js", "browser": "./dist/web/scratch-vm.js",