chore(release): 2.1.40 [skip ci]

## [2.1.40](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.39...v2.1.40) (2023-12-17)

### Bug Fixes

* **deps:** update dependency scratch-l10n to v3.16.20231217161719 ([0f9442c](0f9442c1d5))
This commit is contained in:
semantic-release-bot 2023-12-17 21:41:47 +00:00
parent d04cfb4354
commit 9e3c61e3de
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.40](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.39...v2.1.40) (2023-12-17)
### Bug Fixes
* **deps:** update dependency scratch-l10n to v3.16.20231217161719 ([0f9442c](https://github.com/scratchfoundation/scratch-vm/commit/0f9442c1d5965ae38dce1f94a042ec17296bdb3c))
## [2.1.39](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.38...v2.1.39) (2023-12-17)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "2.1.39",
"version": "2.1.40",
"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": "2431d2f6d55ccb97455acaca946a8938f3cc02d5"
"sha": "d04cfb4354250fca3a73ecf1f2282fe361fff963"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",