chore(release): 5.0.244 [skip ci]

## [5.0.244](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.243...v5.0.244) (2025-03-27)

### Bug Fixes

* **deps:** update dependency scratch-l10n to v5.0.182 ([f781dd1](f781dd1ca8))
This commit is contained in:
semantic-release-bot 2025-03-27 12:56:41 +00:00
parent a4c23fd83c
commit ca75213c20
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.
## [5.0.244](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.243...v5.0.244) (2025-03-27)
### Bug Fixes
* **deps:** update dependency scratch-l10n to v5.0.182 ([f781dd1](https://github.com/scratchfoundation/scratch-vm/commit/f781dd1ca80d8baf07039f9d895e33ca5a129fd3))
## [5.0.243](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.242...v5.0.243) (2025-03-26)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-vm",
"version": "5.0.243",
"version": "5.0.244",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "scratch-vm",
"version": "5.0.243",
"version": "5.0.244",
"license": "AGPL-3.0-only",
"dependencies": {
"@vernier/godirect": "^1.5.0",

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "5.0.243",
"version": "5.0.244",
"description": "Virtual Machine for Scratch 3.0",
"author": "Massachusetts Institute of Technology",
"license": "AGPL-3.0-only",
@ -8,7 +8,7 @@
"repository": {
"type": "git",
"url": "https://github.com/scratchfoundation/scratch-vm.git",
"sha": "38d1aabc3a2f318a3ead63ad664d77dbbf5d0d4e"
"sha": "a4c23fd83c205f1eea7642a3845ab43616c2d9ae"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",