chore(release): 4.5.174 [skip ci]

## [4.5.174](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.173...v4.5.174) (2024-05-23)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v1.1.121 ([45908e2](45908e2e77))
This commit is contained in:
semantic-release-bot 2024-05-23 14:08:57 +00:00
parent 6819317d59
commit 4bd1bd6a4d
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.174](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.173...v4.5.174) (2024-05-23)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v1.1.121 ([45908e2](https://github.com/scratchfoundation/scratch-vm/commit/45908e2e7748f3aff3e5d39b6981b7a471b38d0a))
## [4.5.173](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.172...v4.5.173) (2024-05-23)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.5.173",
"version": "4.5.174",
"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": "ce7c18b6dda736633d2c3a746f340416f15fbdaf"
"sha": "6819317d5914c9b4ddee286ca5acb4a35ec21fc9"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",