chore(release): 4.5.146 [skip ci]

## [4.5.146](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.145...v4.5.146) (2024-05-08)

### Bug Fixes

* **deps:** update dependency scratch-svg-renderer to v2.3.43 ([5a8037d](5a8037d848))
This commit is contained in:
semantic-release-bot 2024-05-08 20:07:53 +00:00
parent 29fa789084
commit 6d29628f30
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.146](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.145...v4.5.146) (2024-05-08)
### Bug Fixes
* **deps:** update dependency scratch-svg-renderer to v2.3.43 ([5a8037d](https://github.com/scratchfoundation/scratch-vm/commit/5a8037d848745852f89fcbc6a25b94f4f5590bf5))
## [4.5.145](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.144...v4.5.145) (2024-05-08)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.5.145",
"version": "4.5.146",
"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": "1dabc989748a3304fe0cd6196132a33f63dd7b8f"
"sha": "29fa78908404b54164efcd57e6fc7a618aeb21cc"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",