chore(release): 4.5.60 [skip ci]

## [4.5.60](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.59...v4.5.60) (2024-04-07)

### Bug Fixes

* **deps:** update dependency scratch-render-fonts to v1.0.32 ([fd38364](fd38364848))
This commit is contained in:
semantic-release-bot 2024-04-07 12:12:53 +00:00
parent f1a7c74ec2
commit 54c5bfd44b
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.60](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.59...v4.5.60) (2024-04-07)
### Bug Fixes
* **deps:** update dependency scratch-render-fonts to v1.0.32 ([fd38364](https://github.com/scratchfoundation/scratch-vm/commit/fd383648483e32ff3b8ec4557cab7ba235cfdbd8))
## [4.5.59](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.58...v4.5.59) (2024-04-06)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.5.59",
"version": "4.5.60",
"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": "cea9de1d0a7e2076d89d4d8037ec526f1d66bab1"
"sha": "f1a7c74ec2363e091c291e874a60626cfe988a87"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",