diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ff2c066b..bd506c09b 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.186](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.185...v4.5.186) (2024-05-27) + + +### Bug Fixes + +* **deps:** update dependency scratch-render-fonts to v1.0.52 ([a8a4f06](https://github.com/scratchfoundation/scratch-vm/commit/a8a4f06435acd8f36842ad6199da25ee54855e17)) + ## [4.5.185](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.184...v4.5.185) (2024-05-26) diff --git a/package-lock.json b/package-lock.json index fbac81756..010cca86b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-vm", - "version": "4.5.185", + "version": "4.5.186", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-vm", - "version": "4.5.185", + "version": "4.5.186", "license": "BSD-3-Clause", "dependencies": { "@vernier/godirect": "^1.5.0", diff --git a/package.json b/package.json index 4c92ccd6b..179439a22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-vm", - "version": "4.5.185", + "version": "4.5.186", "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": "1ad986cc8c45a9a2b2b3213d402a916d8fbae39d" + "sha": "4a22a525ba6b8361106452035f826568f64ccd8a" }, "main": "./dist/node/scratch-vm.js", "browser": "./dist/web/scratch-vm.js",