chore(release): 4.5.5 [skip ci]

## [4.5.5](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.4...v4.5.5) (2024-03-20)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v1.1.57 ([1b318bb](1b318bb144))
This commit is contained in:
semantic-release-bot 2024-03-20 17:44:32 +00:00
parent a9e00456d2
commit d9f5be95f2
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.5](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.4...v4.5.5) (2024-03-20)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v1.1.57 ([1b318bb](https://github.com/scratchfoundation/scratch-vm/commit/1b318bb14465d154194776a6dceac818cce455f1))
## [4.5.4](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.3...v4.5.4) (2024-03-20)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.5.4",
"version": "4.5.5",
"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": "06a49cfe70df7762660c740bc6125f3378d8b62e"
"sha": "a9e00456d26086b7c22a4eff7266c5b2050d6d62"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",