chore(release): 2.3.21 [skip ci]

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

### Bug Fixes

* **deps:** update dependency scratch-semantic-release-config to v1.0.13 ([48c0002](48c0002ce2))
This commit is contained in:
semantic-release-bot 2024-02-22 19:44:53 +00:00
parent f472479154
commit 25e44d1f34
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.21](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.20...v2.3.21) (2024-02-22)
### Bug Fixes
* **deps:** update dependency scratch-semantic-release-config to v1.0.13 ([48c0002](https://github.com/scratchfoundation/scratch-vm/commit/48c0002ce2afe77ff046d05ac10a84d68d64b97d))
## [2.3.20](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.19...v2.3.20) (2024-02-22)

4
package-lock.json generated
View file

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

View file

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