chore(release): 4.5.55 [skip ci]

## [4.5.55](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.54...v4.5.55) (2024-04-05)

### Bug Fixes

* **deps:** update dependency scratch-svg-renderer to v2.3.14 ([d63dda5](d63dda5cce))
This commit is contained in:
semantic-release-bot 2024-04-05 13:36:31 +00:00
parent 7c3b0d0182
commit 94b6cd9fb2
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.55](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.54...v4.5.55) (2024-04-05)
### Bug Fixes
* **deps:** update dependency scratch-svg-renderer to v2.3.14 ([d63dda5](https://github.com/scratchfoundation/scratch-vm/commit/d63dda5cce4522cb9b9b9145c26194aa3425d6ee))
## [4.5.54](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.53...v4.5.54) (2024-04-04)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.5.54",
"version": "4.5.55",
"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": "a690a9ee63564a588337bf2bff0eca6c26060dca"
"sha": "7c3b0d018279ba91380e5b51d089ca6e65e64ce6"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",