From d1ec4e8ae8b65932c7f9370d85ec114033eaaded Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 3 Oct 2024 13:52:37 +0000 Subject: [PATCH] chore(release): 4.8.15 [skip ci] ## [4.8.15](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.14...v4.8.15) (2024-10-03) ### Bug Fixes * **deps:** update dependency scratch-render-fonts to v1.0.108 ([5197fbf](https://github.com/scratchfoundation/scratch-vm/commit/5197fbf7599a0fa993007506141b580d1d01e6d9)) --- 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 cb806b0af..83d2db1cc 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. +## [4.8.15](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.14...v4.8.15) (2024-10-03) + + +### Bug Fixes + +* **deps:** update dependency scratch-render-fonts to v1.0.108 ([5197fbf](https://github.com/scratchfoundation/scratch-vm/commit/5197fbf7599a0fa993007506141b580d1d01e6d9)) + ## [4.8.14](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.13...v4.8.14) (2024-10-03) diff --git a/package-lock.json b/package-lock.json index 0e043fad9..5be693db0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-vm", - "version": "4.8.14", + "version": "4.8.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-vm", - "version": "4.8.14", + "version": "4.8.15", "license": "BSD-3-Clause", "dependencies": { "@vernier/godirect": "^1.5.0", diff --git a/package.json b/package.json index c8a1e2481..29959b2d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-vm", - "version": "4.8.14", + "version": "4.8.15", "description": "Virtual Machine 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-vm.git", - "sha": "c85bccf6becd25a61882605c5424585e03a4c45b" + "sha": "e520c58f4a2de7f9c915acea3d67e281d409f528" }, "main": "./dist/node/scratch-vm.js", "browser": "./dist/web/scratch-vm.js",