chore(release): 2.3.67 [skip ci]

## [2.3.67](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.66...v2.3.67) (2024-03-02)

### Bug Fixes

* **deps:** lock file maintenance ([20adf17](20adf17d07))
This commit is contained in:
semantic-release-bot 2024-03-02 01:49:42 +00:00
parent 9cc11991da
commit 8c114a73e8
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.67](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.66...v2.3.67) (2024-03-02)
### Bug Fixes
* **deps:** lock file maintenance ([20adf17](https://github.com/scratchfoundation/scratch-vm/commit/20adf17d070837336a24eef037f93610df5a296c))
## [2.3.66](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.65...v2.3.66) (2024-03-01)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "2.3.66",
"version": "2.3.67",
"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": "5ee7328cec9582392a620ec7d9586440e7067530"
"sha": "9cc11991da81fe0f57d01e2b7dcb208861401c26"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",