chore(release): 5.0.171 [skip ci]

## [5.0.171](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.170...v5.0.171) (2025-02-14)

### Bug Fixes

* **deps:** update dependency scratch-svg-renderer to v3.0.62 ([d35dac7](d35dac7e3d))
This commit is contained in:
semantic-release-bot 2025-02-14 18:55:00 +00:00
parent 45ccc5d11c
commit e8368cf56f
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.171](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.170...v5.0.171) (2025-02-14)
### Bug Fixes
* **deps:** update dependency scratch-svg-renderer to v3.0.62 ([d35dac7](https://github.com/scratchfoundation/scratch-vm/commit/d35dac7e3dab821112f8eade5d92cc4b0b15a4af))
## [5.0.170](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.169...v5.0.170) (2025-02-14)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "5.0.170",
"version": "5.0.171",
"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": "5fdbc7bfbbf15b6fa58e5e17b48d5428fc15abc8"
"sha": "45ccc5d11ca69d9030e0eb9b08cce966e32f51f0"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",