chore(release): 5.0.202 [skip ci]

## [5.0.202](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.201...v5.0.202) (2025-03-03)

### Bug Fixes

* **deps:** update dependency scratch-svg-renderer to v3.0.74 ([1661644](16616440aa))
This commit is contained in:
semantic-release-bot 2025-03-03 02:30:49 +00:00
parent 72b64eadec
commit 2831b75bb0
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.202](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.201...v5.0.202) (2025-03-03)
### Bug Fixes
* **deps:** update dependency scratch-svg-renderer to v3.0.74 ([1661644](https://github.com/scratchfoundation/scratch-vm/commit/16616440aa3fd8c4be523fb433ac032ecce038b7))
## [5.0.201](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.200...v5.0.201) (2025-03-02)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "5.0.201",
"version": "5.0.202",
"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": "80123b1bbd77219514f6a52c23beae2717963bd5"
"sha": "72b64eadec93313f0bf5dd4debe5036ef37ab786"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",