diff --git a/CHANGELOG.md b/CHANGELOG.md index fc9bfc15c..5b847bd0f 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.26](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.25...v2.3.26) (2024-02-23) + + +### Bug Fixes + +* **deps:** update dependency scratch-render-fonts to v1.0.6 ([0864660](https://github.com/scratchfoundation/scratch-vm/commit/0864660bc9086b5ee2bb8a98637136853821a7e5)) + ## [2.3.25](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.24...v2.3.25) (2024-02-23) diff --git a/package-lock.json b/package-lock.json index eb84e9afb..27af07321 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-vm", - "version": "2.3.25", + "version": "2.3.26", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-vm", - "version": "2.3.25", + "version": "2.3.26", "license": "BSD-3-Clause", "dependencies": { "@vernier/godirect": "^1.5.0", diff --git a/package.json b/package.json index 7adcdf75c..b2449d0f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-vm", - "version": "2.3.25", + "version": "2.3.26", "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": "5109c057f140ee2f7a6d2f02d1386e0880332532" + "sha": "2816cc9e6717d4b3b7968147cb8afbc010700ced" }, "main": "./dist/node/scratch-vm.js", "browser": "./src/index.js",