chore(release): 4.5.217 [skip ci]

## [4.5.217](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.216...v4.5.217) (2024-06-06)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v1.1.138 ([d628722](d6287228ea))
This commit is contained in:
semantic-release-bot 2024-06-06 12:54:43 +00:00
parent 832c1fd5e9
commit 7140b0e667
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.217](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.216...v4.5.217) (2024-06-06)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v1.1.138 ([d628722](https://github.com/scratchfoundation/scratch-vm/commit/d6287228ea061b72995dc35aa27add6738b0eaef))
## [4.5.216](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.215...v4.5.216) (2024-06-05)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.5.216",
"version": "4.5.217",
"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": "61fbeb8876c23a3f93b234a0872912b4bc942a3f"
"sha": "832c1fd5e990727acc68911ae62f51cc1e1068b6"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",