mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-03-13 17:04:39 -04:00
chore(release): 2.3.2 [skip ci]
## [2.3.2](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.1...v2.3.2) (2024-01-26) ### Bug Fixes * **deps:** update dependency scratch-blocks to v1.1.1 ([831d265
](831d265246
))
This commit is contained in:
parent
b1b393af3a
commit
aadea7bb6c
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.2](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.1...v2.3.2) (2024-01-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** update dependency scratch-blocks to v1.1.1 ([831d265](https://github.com/scratchfoundation/scratch-vm/commit/831d2652465c1c310a4412708a81daa89012971b))
|
||||
|
||||
## [2.3.1](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.0...v2.3.1) (2024-01-25)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-vm",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-vm",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@vernier/godirect": "1.5.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-vm",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"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": "a6315bf1593bcb91821d80dd99541f84a6c6a5fe"
|
||||
"sha": "b1b393af3a03cb17608c90462e2ac3a99b0f0035"
|
||||
},
|
||||
"main": "./dist/node/scratch-vm.js",
|
||||
"browser": "./src/index.js",
|
||||
|
|
Loading…
Reference in a new issue