chore(release): 4.5.24 [skip ci]

## [4.5.24](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.23...v4.5.24) (2024-03-26)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v1.1.65 ([ec9e858](ec9e8585bb))
This commit is contained in:
semantic-release-bot 2024-03-26 15:24:10 +00:00
parent de2e4aeb08
commit 72d8271c54
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.24](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.23...v4.5.24) (2024-03-26)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v1.1.65 ([ec9e858](https://github.com/scratchfoundation/scratch-vm/commit/ec9e8585bbb2bad98a61ab7fb670d164028c2c44))
## [4.5.23](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.22...v4.5.23) (2024-03-25)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.5.23",
"version": "4.5.24",
"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": "c9887e2c99dcff50f7abf819bf5f2df9c35f7e5d"
"sha": "de2e4aeb085b7c00015135b2f03a29e6fa6fa5cd"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",