chore(release): 4.8.20 [skip ci]

## [4.8.20](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.19...v4.8.20) (2024-10-05)

### Bug Fixes

* **deps:** update dependency scratch-svg-renderer to v2.5.8 ([bc5d1e2](bc5d1e2af6))
This commit is contained in:
semantic-release-bot 2024-10-05 18:45:06 +00:00
parent 1346ab559f
commit 6295eae1ea
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.8.20](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.19...v4.8.20) (2024-10-05)
### Bug Fixes
* **deps:** update dependency scratch-svg-renderer to v2.5.8 ([bc5d1e2](https://github.com/scratchfoundation/scratch-vm/commit/bc5d1e2af6a71ed9294bb323c101eb7e7561b82a))
## [4.8.19](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.18...v4.8.19) (2024-10-05)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.8.19",
"version": "4.8.20",
"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": "1f1685f688c23ba1665ae7664435b8f9de70b539"
"sha": "1346ab559f8bb02b27ea81e276bc71acbefdc8b1"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",