chore(release): 2.3.12 [skip ci]

## [2.3.12](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.11...v2.3.12) (2024-02-21)

### Bug Fixes

* **deps:** fix scratch-svg-renderer peer dep ([bcdaadf](bcdaadf905))
This commit is contained in:
semantic-release-bot 2024-02-21 21:53:42 +00:00
parent bcdaadf905
commit f90e81c9e7
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.12](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.11...v2.3.12) (2024-02-21)
### Bug Fixes
* **deps:** fix scratch-svg-renderer peer dep ([bcdaadf](https://github.com/scratchfoundation/scratch-vm/commit/bcdaadf905a8ebbb3f7640255c52e31ca8151f21))
## [2.3.11](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.10...v2.3.11) (2024-02-21)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "2.3.11",
"version": "2.3.12",
"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": "76d3f860c4d4d48143908dcc4581d4f896cd1b71"
"sha": "bcdaadf905a8ebbb3f7640255c52e31ca8151f21"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",