chore(release): 4.5.374 [skip ci]

## [4.5.374](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.373...v4.5.374) (2024-07-27)

### Bug Fixes

* **deps:** update dependency scratch-l10n to v3.18.236 ([6a5faac](6a5faacb89))
This commit is contained in:
semantic-release-bot 2024-07-27 20:12:29 +00:00
parent fde0e5b8b2
commit 6d8a6539a8
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.374](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.373...v4.5.374) (2024-07-27)
### Bug Fixes
* **deps:** update dependency scratch-l10n to v3.18.236 ([6a5faac](https://github.com/scratchfoundation/scratch-vm/commit/6a5faacb89133a4f3cf4c5b31745e1d317d5910a))
## [4.5.373](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.372...v4.5.373) (2024-07-27)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.5.373",
"version": "4.5.374",
"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": "85c7c8bf792b479725f7b71be7062e32fc0f6a40"
"sha": "fde0e5b8b2b8eb77c31c30ca0ca6efbe891579fe"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",