chore(release): 4.5.67 [skip ci]

## [4.5.67](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.66...v4.5.67) (2024-04-10)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v1.1.82 ([d3087c9](d3087c9fb7))
This commit is contained in:
semantic-release-bot 2024-04-10 10:45:18 +00:00
parent fff7165e42
commit 347e8b4a90
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.67](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.66...v4.5.67) (2024-04-10)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v1.1.82 ([d3087c9](https://github.com/scratchfoundation/scratch-vm/commit/d3087c9fb722dec9a6109b7a572af6a22c147b89))
## [4.5.66](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.65...v4.5.66) (2024-04-09)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.5.66",
"version": "4.5.67",
"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": "6f485c937ca6eb073213775e1a3242d6ac79dcb5"
"sha": "fff7165e425ab0e4cf90c93089ad5e223daa1288"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",