chore(release): 4.5.386 [skip ci]

## [4.5.386](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.385...v4.5.386) (2024-07-31)

### Bug Fixes

* **deps:** update dependency scratch-l10n to v3.18.244 ([3be1afa](3be1afae5b))
This commit is contained in:
semantic-release-bot 2024-07-31 15:17:52 +00:00
parent 4c6c0aabce
commit 7e7812b801
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.386](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.385...v4.5.386) (2024-07-31)
### Bug Fixes
* **deps:** update dependency scratch-l10n to v3.18.244 ([3be1afa](https://github.com/scratchfoundation/scratch-vm/commit/3be1afae5bb973f735b48a21c74fa8933d4682bf))
## [4.5.385](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.384...v4.5.385) (2024-07-31)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.5.385",
"version": "4.5.386",
"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": "b1f35f3cd18c633d18c57e039c8fd6edc92d3744"
"sha": "4c6c0aabce39b3c68eeef559f3bdb47361dd8b00"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",