From f24b7e9341ea9747e94096fc778f9ae7e837c8ae Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 17 Sep 2024 11:38:38 +0000 Subject: [PATCH] chore(release): 4.6.25 [skip ci] ## [4.6.25](https://github.com/scratchfoundation/scratch-vm/compare/v4.6.24...v4.6.25) (2024-09-17) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.18.309 ([4311c98](https://github.com/scratchfoundation/scratch-vm/commit/4311c988f9aebcde63122097a37a86383f07fcaa)) --- 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 812a39112ba..88f3ac9a363 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.6.25](https://github.com/scratchfoundation/scratch-vm/compare/v4.6.24...v4.6.25) (2024-09-17) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.18.309 ([4311c98](https://github.com/scratchfoundation/scratch-vm/commit/4311c988f9aebcde63122097a37a86383f07fcaa)) + ## [4.6.24](https://github.com/scratchfoundation/scratch-vm/compare/v4.6.23...v4.6.24) (2024-09-16) diff --git a/package-lock.json b/package-lock.json index 5a300a20490..3f4ca5babc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-vm", - "version": "4.6.24", + "version": "4.6.25", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-vm", - "version": "4.6.24", + "version": "4.6.25", "license": "BSD-3-Clause", "dependencies": { "@vernier/godirect": "^1.5.0", diff --git a/package.json b/package.json index 20637e0a665..8934647a524 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-vm", - "version": "4.6.24", + "version": "4.6.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": "83c3652e40c35a405485bcf8f78aa3c980598bfe" + "sha": "fd7513356de96fa1aac74b2635897d9b8f238e4e" }, "main": "./dist/node/scratch-vm.js", "browser": "./dist/web/scratch-vm.js",