chore(release): 4.8.26 [skip ci]

## [4.8.26](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.25...v4.8.26) (2024-10-09)

### Bug Fixes

* **deps:** update dependency scratch-l10n to v3.18.335 ([fc9491d](fc9491d387))
This commit is contained in:
semantic-release-bot 2024-10-09 10:57:00 +00:00
parent e81e028050
commit ddf43323e6
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.8.26](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.25...v4.8.26) (2024-10-09)
### Bug Fixes
* **deps:** update dependency scratch-l10n to v3.18.335 ([fc9491d](https://github.com/scratchfoundation/scratch-vm/commit/fc9491d3874427650f78027d3c1ada74f611b325))
## [4.8.25](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.24...v4.8.25) (2024-10-08)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.8.25",
"version": "4.8.26",
"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": "39c77e9ceb5492342dacf014396cbfc5e389240c"
"sha": "e81e028050b72443ac3367992b03a1ba2b5179f7"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",