chore(release): 4.5.6 [skip ci]

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

### Bug Fixes

* **deps:** update dependency scratch-render-fonts to v1.0.25 ([304d53a](304d53aa0b))
This commit is contained in:
semantic-release-bot 2024-03-20 19:17:46 +00:00
parent 9cc7d3d96e
commit d001ddc747
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.6](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.5...v4.5.6) (2024-03-20)
### Bug Fixes
* **deps:** update dependency scratch-render-fonts to v1.0.25 ([304d53a](https://github.com/scratchfoundation/scratch-vm/commit/304d53aa0b74583105f4a87ceb6a5d01b445f20f))
## [4.5.5](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.4...v4.5.5) (2024-03-20)

4
package-lock.json generated
View file

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

View file

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