chore(release): 4.5.337 [skip ci]

## [4.5.337](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.336...v4.5.337) (2024-07-17)

### Bug Fixes

* **deps:** update dependency scratch-l10n to v3.18.221 ([dc23a68](dc23a68ea4))
* **deps:** update dependency scratch-svg-renderer to v2.3.91 ([e7f992f](e7f992f0a7))
This commit is contained in:
semantic-release-bot 2024-07-17 16:11:20 +00:00
parent d9297ecdfd
commit 7d5750e81d
3 changed files with 12 additions and 4 deletions

View file

@ -3,6 +3,14 @@
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.337](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.336...v4.5.337) (2024-07-17)
### Bug Fixes
* **deps:** update dependency scratch-l10n to v3.18.221 ([dc23a68](https://github.com/scratchfoundation/scratch-vm/commit/dc23a68ea45417e9cf47aae2240c1b020427b4b2))
* **deps:** update dependency scratch-svg-renderer to v2.3.91 ([e7f992f](https://github.com/scratchfoundation/scratch-vm/commit/e7f992f0a7bf0ef03bbda09222b0f7966a3c6952))
## [4.5.336](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.335...v4.5.336) (2024-07-17) ## [4.5.336](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.335...v4.5.336) (2024-07-17)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "scratch-vm", "name": "scratch-vm",
"version": "4.5.336", "version": "4.5.337",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "scratch-vm", "name": "scratch-vm",
"version": "4.5.336", "version": "4.5.337",
"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.336", "version": "4.5.337",
"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": "3938092714ac764acd529e915c4033f1ebb56e3f" "sha": "d9297ecdfd418a0bcff36458fc94feb7b8fccb6c"
}, },
"main": "./dist/node/scratch-vm.js", "main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js", "browser": "./dist/web/scratch-vm.js",