diff --git a/CHANGELOG.md b/CHANGELOG.md index a2f5c758e7..9d7eee0ca6 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. +## [5.0.118](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.117...v5.0.118) (2025-01-17) + + +### Bug Fixes + +* **deps:** update dependency scratch-render-fonts to v1.0.154 ([2f52615](https://github.com/scratchfoundation/scratch-vm/commit/2f526155b6bdb8a21996573a8faa856a6ecb2f60)) + ## [5.0.117](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.116...v5.0.117) (2025-01-16) diff --git a/package-lock.json b/package-lock.json index de0c35faa1..1f28be4ac6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-vm", - "version": "5.0.117", + "version": "5.0.118", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-vm", - "version": "5.0.117", + "version": "5.0.118", "license": "AGPL-3.0-only", "dependencies": { "@vernier/godirect": "^1.5.0", diff --git a/package.json b/package.json index 485852d1bc..a507fe1dcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-vm", - "version": "5.0.117", + "version": "5.0.118", "description": "Virtual Machine for Scratch 3.0", "author": "Massachusetts Institute of Technology", "license": "AGPL-3.0-only", @@ -8,7 +8,7 @@ "repository": { "type": "git", "url": "https://github.com/scratchfoundation/scratch-vm.git", - "sha": "9187670e15982e9897caa8c19b9f1dd2fe14dbe2" + "sha": "6af29dbc9ec817b98fc4f4a35a4df90abff33aad" }, "main": "./dist/node/scratch-vm.js", "browser": "./dist/web/scratch-vm.js",