From 72ccad57308ce17cc3a92dbe971926d63478846b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 8 Oct 2024 16:48:42 +0000 Subject: [PATCH] chore(release): 4.8.25 [skip ci] ## [4.8.25](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.24...v4.8.25) (2024-10-08) ### Bug Fixes * **deps:** update dependency scratch-svg-renderer to v2.5.9 ([528ac66](https://github.com/scratchfoundation/scratch-vm/commit/528ac668e27abbacf79b92b2c544dd482059befb)) --- 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 b641b4ea5..99f38edce 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.25](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.24...v4.8.25) (2024-10-08) + + +### Bug Fixes + +* **deps:** update dependency scratch-svg-renderer to v2.5.9 ([528ac66](https://github.com/scratchfoundation/scratch-vm/commit/528ac668e27abbacf79b92b2c544dd482059befb)) + ## [4.8.24](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.23...v4.8.24) (2024-10-08) diff --git a/package-lock.json b/package-lock.json index 53621d136..0c3b8777a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-vm", - "version": "4.8.24", + "version": "4.8.25", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-vm", - "version": "4.8.24", + "version": "4.8.25", "license": "BSD-3-Clause", "dependencies": { "@vernier/godirect": "^1.5.0", diff --git a/package.json b/package.json index 4884423b3..8d494cdb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-vm", - "version": "4.8.24", + "version": "4.8.25", "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": "e763d10f5a1a1cc16c7d078158d3186e44f4c124" + "sha": "39c77e9ceb5492342dacf014396cbfc5e389240c" }, "main": "./dist/node/scratch-vm.js", "browser": "./dist/web/scratch-vm.js",