diff --git a/CHANGELOG.md b/CHANGELOG.md index efb9c128035..159117c7294 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.5.412](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.411...v4.5.412) (2024-08-10) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.18.257 ([a4ebb38](https://github.com/scratchfoundation/scratch-vm/commit/a4ebb3874d9475dc885d843eef163f0e823bfa38)) + ## [4.5.411](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.410...v4.5.411) (2024-08-10) diff --git a/package-lock.json b/package-lock.json index 1522105d61d..e935c7494a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-vm", - "version": "4.5.411", + "version": "4.5.412", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-vm", - "version": "4.5.411", + "version": "4.5.412", "license": "BSD-3-Clause", "dependencies": { "@vernier/godirect": "^1.5.0", diff --git a/package.json b/package.json index 0e0b729faa4..f2c2f31c4b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-vm", - "version": "4.5.411", + "version": "4.5.412", "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": "1ff286c8121cbd062b7130b7da37c7f8d4848771" + "sha": "eaf0d204fc6c6efe85bde3faec4a4015c67b0760" }, "main": "./dist/node/scratch-vm.js", "browser": "./dist/web/scratch-vm.js",