chore(release): 4.6.33 [skip ci]

## [4.6.33](https://github.com/scratchfoundation/scratch-vm/compare/v4.6.32...v4.6.33) (2024-09-21)

### Bug Fixes

* **deps:** update dependency scratch-render-fonts to v1.0.103 ([38a1d36](38a1d36996))
This commit is contained in:
semantic-release-bot 2024-09-21 13:51:21 +00:00
parent 2d50281977
commit fd7e1118c9
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.6.33](https://github.com/scratchfoundation/scratch-vm/compare/v4.6.32...v4.6.33) (2024-09-21)
### Bug Fixes
* **deps:** update dependency scratch-render-fonts to v1.0.103 ([38a1d36](https://github.com/scratchfoundation/scratch-vm/commit/38a1d36996201d7ef9b8025179b1b2f7dd4c676d))
## [4.6.32](https://github.com/scratchfoundation/scratch-vm/compare/v4.6.31...v4.6.32) (2024-09-21)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.6.32",
"version": "4.6.33",
"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": "921cde7a6ed54fb9329023f6fba707597556e927"
"sha": "2d50281977a9430f023a739b88f695092b773681"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",