chore(release): 4.5.455 [skip ci]

## [4.5.455](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.454...v4.5.455) (2024-08-29)

### Bug Fixes

* **deps:** update dependency scratch-svg-renderer to v2.3.125 ([0a7d32f](0a7d32f623))
This commit is contained in:
semantic-release-bot 2024-08-29 12:49:18 +00:00
parent dfe3a99e1d
commit 4b7a193209
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.455](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.454...v4.5.455) (2024-08-29)
### Bug Fixes
* **deps:** update dependency scratch-svg-renderer to v2.3.125 ([0a7d32f](https://github.com/scratchfoundation/scratch-vm/commit/0a7d32f623312f78d2abaf511b7d65afddb1fc0b))
## [4.5.454](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.453...v4.5.454) (2024-08-29)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.5.454",
"version": "4.5.455",
"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": "23cd1f94e8d4f3d6f85d965e462c934ea0f1db0d"
"sha": "dfe3a99e1d58e265582020381b082e4e990f5153"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",