chore(release): 5.0.162 [skip ci]

## [5.0.162](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.161...v5.0.162) (2025-02-10)

### Bug Fixes

* **deps:** update dependency scratch-l10n to v5.0.120 ([f4f1b8c](f4f1b8cb4c))
This commit is contained in:
semantic-release-bot 2025-02-10 17:57:48 +00:00
parent 3ea95acb38
commit 658c4bf748
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.162](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.161...v5.0.162) (2025-02-10)
### Bug Fixes
* **deps:** update dependency scratch-l10n to v5.0.120 ([f4f1b8c](https://github.com/scratchfoundation/scratch-vm/commit/f4f1b8cb4c64380056d20b0b9bc7f0b2dce725e1))
## [5.0.161](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.160...v5.0.161) (2025-02-09)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "5.0.161",
"version": "5.0.162",
"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": "3291ec8c5fa161b7f5bb9bd13ac37b7e1d8efb5a"
"sha": "3ea95acb38ab849fa4676d2561838920e161fe0d"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",