diff --git a/CHANGELOG.md b/CHANGELOG.md index e6aa387d3..dc24b9bd2 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.172](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.171...v4.5.172) (2024-05-19) + + +### Bug Fixes + +* **deps:** update dependency scratch-blocks to v1.1.119 ([3ff56ba](https://github.com/scratchfoundation/scratch-vm/commit/3ff56baab316771885030acbbec133fe20910523)) + ## [4.5.171](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.170...v4.5.171) (2024-05-19) diff --git a/package-lock.json b/package-lock.json index 246221a2b..b5a8b19a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-vm", - "version": "4.5.171", + "version": "4.5.172", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-vm", - "version": "4.5.171", + "version": "4.5.172", "license": "BSD-3-Clause", "dependencies": { "@vernier/godirect": "^1.5.0", diff --git a/package.json b/package.json index e0e69adf2..ba2d05c83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-vm", - "version": "4.5.171", + "version": "4.5.172", "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": "fabe9b80fbc949426beaa25fb9f8daea5ffc460f" + "sha": "5505fc73a43dcddb7bd7e9510fbd8f59159e486b" }, "main": "./dist/node/scratch-vm.js", "browser": "./dist/web/scratch-vm.js",