chore(release): 4.5.385 [skip ci]

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

### Bug Fixes

* **deps:** update dependency scratch-blocks to v1.1.203 ([b383866](b383866e35))
This commit is contained in:
semantic-release-bot 2024-07-31 12:44:22 +00:00
parent b1f35f3cd1
commit afaef31e36
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 All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines. [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [4.5.385](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.384...v4.5.385) (2024-07-31)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v1.1.203 ([b383866](https://github.com/scratchfoundation/scratch-vm/commit/b383866e353f2adb5e9e484d24a731fd9ac402aa))
## [4.5.384](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.383...v4.5.384) (2024-07-30) ## [4.5.384](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.383...v4.5.384) (2024-07-30)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "scratch-vm", "name": "scratch-vm",
"version": "4.5.384", "version": "4.5.385",
"description": "Virtual Machine for Scratch 3.0", "description": "Virtual Machine for Scratch 3.0",
"author": "Massachusetts Institute of Technology", "author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
@ -8,7 +8,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/scratchfoundation/scratch-vm.git", "url": "https://github.com/scratchfoundation/scratch-vm.git",
"sha": "f34509ef7be56e53b02a4e6f1f889ddf6f8b2b74" "sha": "b1f35f3cd18c633d18c57e039c8fd6edc92d3744"
}, },
"main": "./dist/node/scratch-vm.js", "main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js", "browser": "./dist/web/scratch-vm.js",