chore(release): 4.5.199 [skip ci]

## [4.5.199](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.198...v4.5.199) (2024-06-01)

### Bug Fixes

* **deps:** update dependency scratch-render-fonts to v1.0.54 ([33a30f5](33a30f580a))
This commit is contained in:
semantic-release-bot 2024-06-01 10:12:48 +00:00
parent dd6db560c7
commit 91ea3cc804
3 changed files with 11 additions and 4 deletions

View file

@ -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.199](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.198...v4.5.199) (2024-06-01)
### Bug Fixes
* **deps:** update dependency scratch-render-fonts to v1.0.54 ([33a30f5](https://github.com/scratchfoundation/scratch-vm/commit/33a30f580a454d2661745b25a86e0ef9d21a8dcb))
## [4.5.198](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.197...v4.5.198) (2024-05-31)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-vm",
"version": "4.5.198",
"version": "4.5.199",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "scratch-vm",
"version": "4.5.198",
"version": "4.5.199",
"license": "BSD-3-Clause",
"dependencies": {
"@vernier/godirect": "^1.5.0",

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.5.198",
"version": "4.5.199",
"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": "7877dd9c3561d03eaba3e7348f1970154fce9ba6"
"sha": "dd6db560c773483931d80366ca9d5c4042c10185"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",