chore(release): 5.0.152 [skip ci]

## [5.0.152](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.151...v5.0.152) (2025-02-04)

### Bug Fixes

* **deps:** update dependency scratch-svg-renderer to v3.0.56 ([0130aba](0130abaa3f))
This commit is contained in:
semantic-release-bot 2025-02-04 17:05:58 +00:00
parent c6bdb3d8ea
commit 64e33e0404
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.152](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.151...v5.0.152) (2025-02-04)
### Bug Fixes
* **deps:** update dependency scratch-svg-renderer to v3.0.56 ([0130aba](https://github.com/scratchfoundation/scratch-vm/commit/0130abaa3f452c92d9bf49103785a157759e8af7))
## [5.0.151](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.150...v5.0.151) (2025-02-04)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "5.0.151",
"version": "5.0.152",
"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": "daea2cbc444745cfc2da8c285c59831c5b96ed4f"
"sha": "c6bdb3d8ea668e49579a71cfa6f533a0f5962ba9"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",