chore(release): 2.3.20 [skip ci]

## [2.3.20](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.19...v2.3.20) (2024-02-22)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v1.1.9 ([2dc4dbc](2dc4dbc2ca))
This commit is contained in:
semantic-release-bot 2024-02-22 15:28:24 +00:00
parent 04f3930d5c
commit 44d8d53541
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.3.20](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.19...v2.3.20) (2024-02-22)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v1.1.9 ([2dc4dbc](https://github.com/scratchfoundation/scratch-vm/commit/2dc4dbc2ca6455f10cfad16d1928d884084faf60))
## [2.3.19](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.18...v2.3.19) (2024-02-22)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "2.3.19",
"version": "2.3.20",
"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": "c1cf44a9119d41ed3e92877157fa55989c6f4e54"
"sha": "04f3930d5c36e2988e2f99e3b9d36809cb6cce63"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",