chore(release): 4.5.315 [skip ci]

## [4.5.315](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.314...v4.5.315) (2024-07-11)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v1.1.179 ([13ff0cd](13ff0cdcfd))
This commit is contained in:
semantic-release-bot 2024-07-11 15:30:00 +00:00
parent 5970418ce1
commit d4fa0566c7
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.315](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.314...v4.5.315) (2024-07-11)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v1.1.179 ([13ff0cd](https://github.com/scratchfoundation/scratch-vm/commit/13ff0cdcfd7f9d737b56d7074d763f7bd4c042f2))
## [4.5.314](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.313...v4.5.314) (2024-07-11)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.5.314",
"version": "4.5.315",
"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": "236caf744be2b5d20ac7ab0541001671a73b9d13"
"sha": "5970418ce1afd34f04e58e157c3b985e7a9dbaeb"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",