chore(release): 4.6.7 [skip ci]

## [4.6.7](https://github.com/scratchfoundation/scratch-vm/compare/v4.6.6...v4.6.7) (2024-09-11)

### Bug Fixes

* **deps:** update dependency scratch-semantic-release-config to v1.0.15 ([1c32ee4](1c32ee4af0))
This commit is contained in:
semantic-release-bot 2024-09-11 00:04:49 +00:00
parent c40f7fa9a2
commit da938cb354
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.7](https://github.com/scratchfoundation/scratch-vm/compare/v4.6.6...v4.6.7) (2024-09-11)
### Bug Fixes
* **deps:** update dependency scratch-semantic-release-config to v1.0.15 ([1c32ee4](https://github.com/scratchfoundation/scratch-vm/commit/1c32ee4af0df9294d8955a69419b267e36100ac3))
## [4.6.6](https://github.com/scratchfoundation/scratch-vm/compare/v4.6.5...v4.6.6) (2024-09-10)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.6.6",
"version": "4.6.7",
"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": "8b1e02ae33d9706a2612680bbef24ca10f2b8ecb"
"sha": "c40f7fa9a213692381f8a28f88092e2d60f66ca1"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",