mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-09 22:42:31 -05:00
chore(release): 2.3.76 [skip ci]
## [2.3.76](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.75...v2.3.76) (2024-03-04) ### Bug Fixes * **deps:** lock file maintenance ([5cf2853
](5cf2853718
))
This commit is contained in:
parent
6433d4f5fa
commit
4c4869febf
3 changed files with 11 additions and 4 deletions
|
@ -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.76](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.75...v2.3.76) (2024-03-04)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** lock file maintenance ([5cf2853](https://github.com/scratchfoundation/scratch-vm/commit/5cf2853718ee8e262117a3aa501da9c6d336b82c))
|
||||
|
||||
## [2.3.75](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.74...v2.3.75) (2024-03-04)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-vm",
|
||||
"version": "2.3.75",
|
||||
"version": "2.3.76",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-vm",
|
||||
"version": "2.3.75",
|
||||
"version": "2.3.76",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@vernier/godirect": "^1.5.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-vm",
|
||||
"version": "2.3.75",
|
||||
"version": "2.3.76",
|
||||
"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": "1d538f2eebdb4f27b8f2b137ac4fca0c73ac7f7e"
|
||||
"sha": "6433d4f5fa31ca3d63397bdbc4d360e2011036f4"
|
||||
},
|
||||
"main": "./dist/node/scratch-vm.js",
|
||||
"browser": "./src/index.js",
|
||||
|
|
Loading…
Reference in a new issue