diff --git a/CHANGELOG.md b/CHANGELOG.md index 6338af08c..39569dbc8 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.66](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.65...v2.3.66) (2024-03-01) + + +### Bug Fixes + +* **deps:** update dependency scratch-blocks to v1.1.29 ([bf1d5a2](https://github.com/scratchfoundation/scratch-vm/commit/bf1d5a26091050267b82c05605daed4c11a36378)) + ## [2.3.65](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.64...v2.3.65) (2024-03-01) diff --git a/package-lock.json b/package-lock.json index 92a4fa275..69806d22c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-vm", - "version": "2.3.65", + "version": "2.3.66", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-vm", - "version": "2.3.65", + "version": "2.3.66", "license": "BSD-3-Clause", "dependencies": { "@vernier/godirect": "^1.5.0", diff --git a/package.json b/package.json index 01b1b4c11..b53b12377 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-vm", - "version": "2.3.65", + "version": "2.3.66", "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": "0667c8d8616227e21a34ba3c8e3daa4ff9c1bd05" + "sha": "5ee7328cec9582392a620ec7d9586440e7067530" }, "main": "./dist/node/scratch-vm.js", "browser": "./src/index.js",