chore(release): 2.1.10 [skip ci]

## [2.1.10](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.9...v2.1.10) (2023-10-21)

### Bug Fixes

* **deps:** update dependency scratch-l10n to v3.16.20231021032150 ([5b2e95a](5b2e95a8ee))
This commit is contained in:
semantic-release-bot 2023-10-21 06:48:41 +00:00
parent 2e8f4ac80b
commit 3ab34d93ac
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.10](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.9...v2.1.10) (2023-10-21)
### Bug Fixes
* **deps:** update dependency scratch-l10n to v3.16.20231021032150 ([5b2e95a](https://github.com/scratchfoundation/scratch-vm/commit/5b2e95a8ee33de1cd282d1a8df45b920df27f8ad))
## [2.1.9](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.8...v2.1.9) (2023-10-20)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "2.1.9",
"version": "2.1.10",
"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": "31b0a31ee649b31fd3b9e882d60f55e77d6c5f59"
"sha": "2e8f4ac80b89298a8b97eee76a3c87182ff8d698"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",