chore(release): 4.5.240 [skip ci]

## [4.5.240](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.239...v4.5.240) (2024-06-13)

### Bug Fixes

* **deps:** update dependency scratch-render-fonts to v1.0.59 ([5c4b81a](5c4b81a863))
This commit is contained in:
semantic-release-bot 2024-06-13 19:56:43 +00:00
parent 1ac9be41c6
commit 071a92264e
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.240](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.239...v4.5.240) (2024-06-13)
### Bug Fixes
* **deps:** update dependency scratch-render-fonts to v1.0.59 ([5c4b81a](https://github.com/scratchfoundation/scratch-vm/commit/5c4b81a863c897fd238dabf97a18011bcbaae4c3))
## [4.5.239](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.238...v4.5.239) (2024-06-13)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.5.239",
"version": "4.5.240",
"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": "9c670a718337860a065a8d8decb38ffeba73a4e7"
"sha": "1ac9be41c62cdc58520ff56803c1ab28149aeaa5"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",