chore(release): 4.5.256 [skip ci]

## [4.5.256](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.255...v4.5.256) (2024-06-18)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v1.1.153 ([029ced4](029ced45bf))
This commit is contained in:
semantic-release-bot 2024-06-18 11:20:58 +00:00
parent baea4cbbed
commit c6580772f6
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.
## [4.5.256](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.255...v4.5.256) (2024-06-18)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v1.1.153 ([029ced4](https://github.com/scratchfoundation/scratch-vm/commit/029ced45bff125a479996004d9011dbb2d2d7279))
## [4.5.255](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.254...v4.5.255) (2024-06-18)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-vm",
"version": "4.5.255",
"version": "4.5.256",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "scratch-vm",
"version": "4.5.255",
"version": "4.5.256",
"license": "BSD-3-Clause",
"dependencies": {
"@vernier/godirect": "^1.5.0",

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.5.255",
"version": "4.5.256",
"description": "Virtual Machine for Scratch 3.0",
"author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause",
@ -8,7 +8,7 @@
"repository": {
"type": "git",
"url": "https://github.com/scratchfoundation/scratch-vm.git",
"sha": "ab1dafca60d4e1677eeb780faaf45cb264f8dfc0"
"sha": "baea4cbbedc3b5de3443df837490d40c83295d48"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",