chore(release): 4.5.421 [skip ci]

## [4.5.421](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.420...v4.5.421) (2024-08-14)

### Bug Fixes

* **deps:** update dependency scratch-render-fonts to v1.0.86 ([caa61c9](caa61c9292))
This commit is contained in:
semantic-release-bot 2024-08-14 15:09:50 +00:00
parent a031003141
commit e35b54551a
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 All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines. [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [4.5.421](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.420...v4.5.421) (2024-08-14)
### Bug Fixes
* **deps:** update dependency scratch-render-fonts to v1.0.86 ([caa61c9](https://github.com/scratchfoundation/scratch-vm/commit/caa61c9292f2473f78a0b4b0b42313adc5e3aafe))
## [4.5.420](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.419...v4.5.420) (2024-08-14) ## [4.5.420](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.419...v4.5.420) (2024-08-14)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "scratch-vm", "name": "scratch-vm",
"version": "4.5.420", "version": "4.5.421",
"description": "Virtual Machine for Scratch 3.0", "description": "Virtual Machine for Scratch 3.0",
"author": "Massachusetts Institute of Technology", "author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
@ -8,7 +8,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/scratchfoundation/scratch-vm.git", "url": "https://github.com/scratchfoundation/scratch-vm.git",
"sha": "1e4412c1d21999f4789961179a220310b0c9e30d" "sha": "a031003141e5e933b4b9d632788ffaa3bca2b9c6"
}, },
"main": "./dist/node/scratch-vm.js", "main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js", "browser": "./dist/web/scratch-vm.js",