chore(release): 4.6.31 [skip ci]

## [4.6.31](https://github.com/scratchfoundation/scratch-vm/compare/v4.6.30...v4.6.31) (2024-09-20)

### Bug Fixes

* **deps:** update dependency scratch-svg-renderer to v2.4.15 ([ca31f6a](ca31f6ae75))
This commit is contained in:
semantic-release-bot 2024-09-20 12:13:13 +00:00
parent bb3d75d3e0
commit 268daec196
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.31](https://github.com/scratchfoundation/scratch-vm/compare/v4.6.30...v4.6.31) (2024-09-20)
### Bug Fixes
* **deps:** update dependency scratch-svg-renderer to v2.4.15 ([ca31f6a](https://github.com/scratchfoundation/scratch-vm/commit/ca31f6ae758a99b598e82b7f328fb5d2bf64e85a))
## [4.6.30](https://github.com/scratchfoundation/scratch-vm/compare/v4.6.29...v4.6.30) (2024-09-20)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.6.30",
"version": "4.6.31",
"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": "be8e8758459cad1aa03f2e5aa1fb85235167b56f"
"sha": "bb3d75d3e0338ddf00ec477fc70dc54a24c20e72"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",