chore(release): 4.5.202 [skip ci]

## [4.5.202](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.201...v4.5.202) (2024-06-01)

### Bug Fixes

* **deps:** update dependency scratch-svg-renderer to v2.3.59 ([819352f](819352f2fb))
This commit is contained in:
semantic-release-bot 2024-06-01 20:06:30 +00:00
parent f325dd326b
commit 79bd1cd21f
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.202](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.201...v4.5.202) (2024-06-01)
### Bug Fixes
* **deps:** update dependency scratch-svg-renderer to v2.3.59 ([819352f](https://github.com/scratchfoundation/scratch-vm/commit/819352f2fb9aed1cc555059a9751e019398f2357))
## [4.5.201](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.200...v4.5.201) (2024-06-01)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.5.201",
"version": "4.5.202",
"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": "13d951a8b550cf4d2959d59fb01f96a67e05eb1d"
"sha": "f325dd326b6fdcca499896034ec6c58e30c8cd6b"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",