chore(release): 4.5.65 [skip ci]

## [4.5.65](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.64...v4.5.65) (2024-04-09)

### Bug Fixes

* **deps:** update dependency scratch-render-fonts to v1.0.33 ([f251e9d](f251e9dfc2))
This commit is contained in:
semantic-release-bot 2024-04-09 18:36:48 +00:00
parent 4c354e67f2
commit a8a721f47a
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.65](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.64...v4.5.65) (2024-04-09)
### Bug Fixes
* **deps:** update dependency scratch-render-fonts to v1.0.33 ([f251e9d](https://github.com/scratchfoundation/scratch-vm/commit/f251e9dfc236b65ccc9e134c96e10ed18041f86b))
## [4.5.64](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.63...v4.5.64) (2024-04-09)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.5.64",
"version": "4.5.65",
"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": "7c4c7c8b72913bb47516157c22f4568aa50ae871"
"sha": "4c354e67f2eee79fb32a4a522e239a562a537ac8"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",