chore(release): 2.0.11 [skip ci]

## [2.0.11](https://github.com/scratchfoundation/scratch-vm/compare/v2.0.10...v2.0.11) (2023-10-11)

### Bug Fixes

* **deps:** update dependency scratch-l10n to v3.16.20231011032153 ([4647f44](4647f4455f))
This commit is contained in:
semantic-release-bot 2023-10-11 10:26:45 +00:00
parent c9bff616a8
commit 2223ed8030
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.0.11](https://github.com/scratchfoundation/scratch-vm/compare/v2.0.10...v2.0.11) (2023-10-11)
### Bug Fixes
* **deps:** update dependency scratch-l10n to v3.16.20231011032153 ([4647f44](https://github.com/scratchfoundation/scratch-vm/commit/4647f4455f3d3a2bb0ae3d8026b31f6851269917))
## [2.0.10](https://github.com/scratchfoundation/scratch-vm/compare/v2.0.9...v2.0.10) (2023-10-10)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "2.0.10",
"version": "2.0.11",
"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": "1b8a5e8b67a34e3818de13aafbc348c4b1127d19"
"sha": "c9bff616a8acd4bb52fdedab1d3c760882959f3f"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",