diff --git a/CHANGELOG.md b/CHANGELOG.md index fe4646872c..cc61bb18d9 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.71](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.70...v5.0.71) (2024-12-24) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v5.0.60 ([7291a43](https://github.com/scratchfoundation/scratch-vm/commit/7291a43ba4966edc4abf9f9e3656534d83ca542b)) + ## [5.0.70](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.69...v5.0.70) (2024-12-23) diff --git a/package-lock.json b/package-lock.json index 9d6e4cf863..56a9c475f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-vm", - "version": "5.0.70", + "version": "5.0.71", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-vm", - "version": "5.0.70", + "version": "5.0.71", "license": "AGPL-3.0-only", "dependencies": { "@vernier/godirect": "^1.5.0", diff --git a/package.json b/package.json index 4bad7ad639..92160de3eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-vm", - "version": "5.0.70", + "version": "5.0.71", "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": "d09c34996a10e075fe9976608ae6d281cb953c5e" + "sha": "8ff3b9bc0b2f6ce6c039625faa52ac3972e26e04" }, "main": "./dist/node/scratch-vm.js", "browser": "./dist/web/scratch-vm.js",