chore(release): 5.0.155 [skip ci]

## [5.0.155](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.154...v5.0.155) (2025-02-05)

### Bug Fixes

* **deps:** update dependency scratch-svg-renderer to v3.0.57 ([5b1fcd8](5b1fcd82fa))
This commit is contained in:
semantic-release-bot 2025-02-05 21:58:27 +00:00
parent 4d40d36432
commit d5a89451ba
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.155](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.154...v5.0.155) (2025-02-05)
### Bug Fixes
* **deps:** update dependency scratch-svg-renderer to v3.0.57 ([5b1fcd8](https://github.com/scratchfoundation/scratch-vm/commit/5b1fcd82fa9f6caed376d48f6a3305a7a9fe0018))
## [5.0.154](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.153...v5.0.154) (2025-02-05)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "5.0.154",
"version": "5.0.155",
"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": "3bcdfc3bd5ba88a5d91673b529cae7f00361fa82"
"sha": "4d40d3643200f48cec09e2e4ad0da2c9f201116f"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",