chore(release): 4.5.23 [skip ci]

## [4.5.23](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.22...v4.5.23) (2024-03-25)

### Bug Fixes

* **deps:** update dependency scratch-svg-renderer to v2.3.5 ([8add59e](8add59e6b6))
This commit is contained in:
semantic-release-bot 2024-03-25 21:37:08 +00:00
parent c9887e2c99
commit 7a998493d8
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.23](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.22...v4.5.23) (2024-03-25)
### Bug Fixes
* **deps:** update dependency scratch-svg-renderer to v2.3.5 ([8add59e](https://github.com/scratchfoundation/scratch-vm/commit/8add59e6b63d2a59ef9aa709a4873d74306b694b))
## [4.5.22](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.21...v4.5.22) (2024-03-25)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.5.22",
"version": "4.5.23",
"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": "9c67a3baecbb6353d6e3d9b631f7954dc77475d2"
"sha": "c9887e2c99dcff50f7abf819bf5f2df9c35f7e5d"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",