chore(release): 5.0.260 [skip ci]

## [5.0.260](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.259...v5.0.260) (2025-04-09)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v1.1.208 ([254067d](254067d95e))
This commit is contained in:
semantic-release-bot 2025-04-09 02:04:37 +00:00
parent 7369a5fd86
commit 2c9787c67a
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.260](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.259...v5.0.260) (2025-04-09)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v1.1.208 ([254067d](https://github.com/scratchfoundation/scratch-vm/commit/254067d95ec8c9acad40edf7b8f57a6a09c7ee3a))
## [5.0.259](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.258...v5.0.259) (2025-04-08)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "5.0.259",
"version": "5.0.260",
"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": "48967d3ab937f9accd90cdc69a8adff62db4df58"
"sha": "7369a5fd86fea5cd1fbd1a438d77dfc7e2634fa5"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",