diff --git a/CHANGELOG.md b/CHANGELOG.md index d2928dba7..42e27362b 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.6.11](https://github.com/scratchfoundation/scratch-vm/compare/v4.6.10...v4.6.11) (2024-09-11) + + +### Bug Fixes + +* **deps:** update dependency scratch-render-fonts to v1.0.99 ([2ba94c4](https://github.com/scratchfoundation/scratch-vm/commit/2ba94c4cf76e5ec340d0fc16c663ffa459071010)) + ## [4.6.10](https://github.com/scratchfoundation/scratch-vm/compare/v4.6.9...v4.6.10) (2024-09-11) diff --git a/package-lock.json b/package-lock.json index 34e000373..9864566af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-vm", - "version": "4.6.10", + "version": "4.6.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-vm", - "version": "4.6.10", + "version": "4.6.11", "license": "BSD-3-Clause", "dependencies": { "@vernier/godirect": "^1.5.0", diff --git a/package.json b/package.json index 934abc968..ea54771fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-vm", - "version": "4.6.10", + "version": "4.6.11", "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": "ada513809de8135ed8a9bce5eddaea6357924401" + "sha": "c4a94b1ff05fec6a3d35c23a434f45197ad9093b" }, "main": "./dist/node/scratch-vm.js", "browser": "./dist/web/scratch-vm.js",