chore(release): 4.5.293 [skip ci]

## [4.5.293](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.292...v4.5.293) (2024-06-30)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v1.1.166 ([7b299a0](7b299a0ff6))
This commit is contained in:
semantic-release-bot 2024-06-30 13:48:34 +00:00
parent 0cb8bcc16a
commit 02e40ae68d
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.293](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.292...v4.5.293) (2024-06-30)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v1.1.166 ([7b299a0](https://github.com/scratchfoundation/scratch-vm/commit/7b299a0ff6cfe90d1bad6446431d4e321f792cb1))
## [4.5.292](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.291...v4.5.292) (2024-06-29)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.5.292",
"version": "4.5.293",
"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": "6cd3aa441652dc596b4219465a4c49198c7a07ce"
"sha": "0cb8bcc16ad6c83c9aa1a20931c2612b58a21520"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",