chore(release): 4.5.420 [skip ci]

## [4.5.420](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.419...v4.5.420) (2024-08-14)

### Bug Fixes

* **deps:** update dependency scratch-l10n to v3.18.264 ([da79ae0](da79ae0357))
This commit is contained in:
semantic-release-bot 2024-08-14 09:58:54 +00:00
parent 1e4412c1d2
commit ea2e26c699
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.420](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.419...v4.5.420) (2024-08-14)
### Bug Fixes
* **deps:** update dependency scratch-l10n to v3.18.264 ([da79ae0](https://github.com/scratchfoundation/scratch-vm/commit/da79ae035793d972bb51eee1f3cf0082e06ff03b))
## [4.5.419](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.418...v4.5.419) (2024-08-13)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.5.419",
"version": "4.5.420",
"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": "e9e48bb85af3b29aa9257cb3e6c1a3dd29b1d818"
"sha": "1e4412c1d21999f4789961179a220310b0c9e30d"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",