chore(release): 5.0.160 [skip ci]

## [5.0.160](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.159...v5.0.160) (2025-02-09)

### Bug Fixes

* **deps:** update dependency scratch-l10n to v5.0.119 ([33dabc6](33dabc651c))
This commit is contained in:
semantic-release-bot 2025-02-09 17:45:52 +00:00
parent 0c07549bfa
commit c9bfa45595
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.160](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.159...v5.0.160) (2025-02-09)
### Bug Fixes
* **deps:** update dependency scratch-l10n to v5.0.119 ([33dabc6](https://github.com/scratchfoundation/scratch-vm/commit/33dabc651c2ba9b449a73055054c8d1588a401ee))
## [5.0.159](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.158...v5.0.159) (2025-02-09)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "5.0.159",
"version": "5.0.160",
"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": "c63d2b00487d884fe47c8ecf729a8ec61eb958d4"
"sha": "0c07549bfa9ad7d957c79950fcb40d7e3f5f0be5"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",