diff --git a/CHANGELOG.md b/CHANGELOG.md index 1661b6552..6338af08c 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. +## [2.3.65](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.64...v2.3.65) (2024-03-01) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.18.38 ([a713a35](https://github.com/scratchfoundation/scratch-vm/commit/a713a35c1eb82f0352b8ad58d67b57455c6a3077)) + ## [2.3.64](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.63...v2.3.64) (2024-03-01) diff --git a/package-lock.json b/package-lock.json index 087425bfc..ac017de9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-vm", - "version": "2.3.64", + "version": "2.3.65", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-vm", - "version": "2.3.64", + "version": "2.3.65", "license": "BSD-3-Clause", "dependencies": { "@vernier/godirect": "^1.5.0", diff --git a/package.json b/package.json index eb8b7aafa..224480e24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-vm", - "version": "2.3.64", + "version": "2.3.65", "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": "86d4a1524ea155715ed71c67ae8f69ce94dde87d" + "sha": "0667c8d8616227e21a34ba3c8e3daa4ff9c1bd05" }, "main": "./dist/node/scratch-vm.js", "browser": "./src/index.js",