diff --git a/CHANGELOG.md b/CHANGELOG.md index c487026a3..a0a7b3ff5 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.240](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.239...v5.0.240) (2025-03-25) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v5.0.179 ([d2b42ff](https://github.com/scratchfoundation/scratch-vm/commit/d2b42ffe02bf5ed74c18847b33c72434bc2c6e0a)) + ## [5.0.239](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.238...v5.0.239) (2025-03-24) diff --git a/package-lock.json b/package-lock.json index 70217bc55..af183e2c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-vm", - "version": "5.0.239", + "version": "5.0.240", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-vm", - "version": "5.0.239", + "version": "5.0.240", "license": "AGPL-3.0-only", "dependencies": { "@vernier/godirect": "^1.5.0", diff --git a/package.json b/package.json index 748c8a5e9..fc71fc951 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-vm", - "version": "5.0.239", + "version": "5.0.240", "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": "ff4ffe3019fb467f063e04685f38f23c8fec033d" + "sha": "1392f56af0d169be2830780411512968f9c31ff3" }, "main": "./dist/node/scratch-vm.js", "browser": "./dist/web/scratch-vm.js",