chore(release): 4.6.29 [skip ci]

## [4.6.29](https://github.com/scratchfoundation/scratch-vm/compare/v4.6.28...v4.6.29) (2024-09-19)

### Bug Fixes

* **deps:** update dependency scratch-l10n to v3.18.312 ([ba03d11](ba03d11e34))
This commit is contained in:
semantic-release-bot 2024-09-19 10:05:08 +00:00
parent 576aed08fc
commit 3599c590a9
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.29](https://github.com/scratchfoundation/scratch-vm/compare/v4.6.28...v4.6.29) (2024-09-19)
### Bug Fixes
* **deps:** update dependency scratch-l10n to v3.18.312 ([ba03d11](https://github.com/scratchfoundation/scratch-vm/commit/ba03d11e3464cb5aeb008cb92947de693ebb7196))
## [4.6.28](https://github.com/scratchfoundation/scratch-vm/compare/v4.6.27...v4.6.28) (2024-09-18)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.6.28",
"version": "4.6.29",
"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": "b4e794e9e11e6d943b0e72382056da8ef7bf4284"
"sha": "576aed08fc94cb2b9fa7c825f482be7f402eda34"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",