chore(release): 4.5.70 [skip ci]

## [4.5.70](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.69...v4.5.70) (2024-04-11)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v1.1.84 ([61bc433](61bc433b10))
This commit is contained in:
semantic-release-bot 2024-04-11 13:47:20 +00:00
parent 3eb3f6b999
commit 9aedf9ab2f
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.70](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.69...v4.5.70) (2024-04-11)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v1.1.84 ([61bc433](https://github.com/scratchfoundation/scratch-vm/commit/61bc433b10901b736d5ba9774faf6fdac7743b05))
## [4.5.69](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.68...v4.5.69) (2024-04-10)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.5.69",
"version": "4.5.70",
"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": "7da884f668d8ddfcecb42e3847f9fadf89a87e36"
"sha": "3eb3f6b99969923f2bf99bc479a87f5cd5d57c4b"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",