From 2b74f1ff4aca44bd26aa4805f21c2985a0b06a53 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 25 Feb 2025 12:06:42 +0000 Subject: [PATCH] chore(release): 5.0.192 [skip ci] ## [5.0.192](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.191...v5.0.192) (2025-02-25) ### Bug Fixes * **deps:** update dependency scratch-l10n to v5.0.140 ([7646a87](https://github.com/scratchfoundation/scratch-vm/commit/7646a87a8250397db7fc32ecb4f40731ac5e5e0c)) --- 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 4fb4df97e1..268b70a4f6 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.192](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.191...v5.0.192) (2025-02-25) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v5.0.140 ([7646a87](https://github.com/scratchfoundation/scratch-vm/commit/7646a87a8250397db7fc32ecb4f40731ac5e5e0c)) + ## [5.0.191](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.190...v5.0.191) (2025-02-24) diff --git a/package-lock.json b/package-lock.json index a99db93706..7219357967 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-vm", - "version": "5.0.191", + "version": "5.0.192", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-vm", - "version": "5.0.191", + "version": "5.0.192", "license": "AGPL-3.0-only", "dependencies": { "@vernier/godirect": "^1.5.0", diff --git a/package.json b/package.json index d48a2ac171..a567933761 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-vm", - "version": "5.0.191", + "version": "5.0.192", "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": "60c84e3d302e4876b965712f476e623b14451772" + "sha": "75c98291a67cab9457564938252fb6f68ba24228" }, "main": "./dist/node/scratch-vm.js", "browser": "./dist/web/scratch-vm.js",