chore(release): 4.5.283 [skip ci]

## [4.5.283](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.282...v4.5.283) (2024-06-27)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v1.1.163 ([31e77b5](31e77b5212))
This commit is contained in:
semantic-release-bot 2024-06-27 10:13:03 +00:00
parent 0e59c73a03
commit 7ec4174897
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.283](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.282...v4.5.283) (2024-06-27)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v1.1.163 ([31e77b5](https://github.com/scratchfoundation/scratch-vm/commit/31e77b52124eedd7b3a8eccba53c023ff4b23cc4))
## [4.5.282](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.281...v4.5.282) (2024-06-26)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.5.282",
"version": "4.5.283",
"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": "eb26f90f3e7c7f7cf905a61fce291c872d4edbcf"
"sha": "0e59c73a030875e88522343eb6fa20f94bf4483c"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",