chore(release): 2.1.51 [skip ci]

## [2.1.51](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.50...v2.1.51) (2024-01-06)

### Bug Fixes

* **deps:** update dependency scratch-l10n to v3.16.20240106031902 ([820421f](820421f9f1))
This commit is contained in:
semantic-release-bot 2024-01-06 08:02:23 +00:00
parent 93759ded38
commit 46f0fe5d3f
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.
## [2.1.51](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.50...v2.1.51) (2024-01-06)
### Bug Fixes
* **deps:** update dependency scratch-l10n to v3.16.20240106031902 ([820421f](https://github.com/scratchfoundation/scratch-vm/commit/820421f9f1920c9f089a49c55578b6ce52dcd213))
## [2.1.50](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.49...v2.1.50) (2024-01-02)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "2.1.50",
"version": "2.1.51",
"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": "a43f8f71e59f05a0710a6979730fce9f5cebbdf6"
"sha": "93759ded38eb9fb327c42fc0263d7871752ff7f6"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",