chore(release): 2.3.72 [skip ci]

## [2.3.72](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.71...v2.3.72) (2024-03-02)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v1.1.32 ([7701690](7701690eeb))
This commit is contained in:
semantic-release-bot 2024-03-02 21:06:18 +00:00
parent 89ce62f330
commit 60c817d238
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.72](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.71...v2.3.72) (2024-03-02)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v1.1.32 ([7701690](https://github.com/scratchfoundation/scratch-vm/commit/7701690eeb2a51565d0d2c0480ad7cc1a483469e))
## [2.3.71](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.70...v2.3.71) (2024-03-02)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "2.3.71",
"version": "2.3.72",
"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": "0123968a888503c2f3aa22b624c5bae4b4fbf004"
"sha": "89ce62f3303243015cdab26e5a01154b5c948f6c"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",