chore(release): 4.5.16 [skip ci]

## [4.5.16](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.15...v4.5.16) (2024-03-23)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v1.1.61 ([779046d](779046da03))
This commit is contained in:
semantic-release-bot 2024-03-23 12:22:00 +00:00
parent a4aedcd411
commit 466d274e15
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.16](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.15...v4.5.16) (2024-03-23)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v1.1.61 ([779046d](https://github.com/scratchfoundation/scratch-vm/commit/779046da03a02f28c2397cff10b7a94a25263021))
## [4.5.15](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.14...v4.5.15) (2024-03-23)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.5.15",
"version": "4.5.16",
"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": "e1971470b4a90ab99be38780641b7ec39b851396"
"sha": "a4aedcd411c299ae24d22a7851c779e87a75a4ce"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",