chore(release): 5.0.243 [skip ci]

## [5.0.243](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.242...v5.0.243) (2025-03-26)

### Bug Fixes

* **deps:** update dependency scratch-svg-renderer to v3.0.91 ([786ac78](786ac78e63))
This commit is contained in:
semantic-release-bot 2025-03-26 22:09:36 +00:00
parent 38d1aabc3a
commit 829fa4efcb
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.
## [5.0.243](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.242...v5.0.243) (2025-03-26)
### Bug Fixes
* **deps:** update dependency scratch-svg-renderer to v3.0.91 ([786ac78](https://github.com/scratchfoundation/scratch-vm/commit/786ac78e63ee41974c07737cf114822f256721d0))
## [5.0.242](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.241...v5.0.242) (2025-03-26)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-vm",
"version": "5.0.242",
"version": "5.0.243",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "scratch-vm",
"version": "5.0.242",
"version": "5.0.243",
"license": "AGPL-3.0-only",
"dependencies": {
"@vernier/godirect": "^1.5.0",

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "5.0.242",
"version": "5.0.243",
"description": "Virtual Machine for Scratch 3.0",
"author": "Massachusetts Institute of Technology",
"license": "AGPL-3.0-only",
@ -8,7 +8,7 @@
"repository": {
"type": "git",
"url": "https://github.com/scratchfoundation/scratch-vm.git",
"sha": "baa0a3e065fe15a7a65e461c79f045936ebaec4d"
"sha": "38d1aabc3a2f318a3ead63ad664d77dbbf5d0d4e"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",