chore(release): 2.3.26 [skip ci]

## [2.3.26](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.25...v2.3.26) (2024-02-23)

### Bug Fixes

* **deps:** update dependency scratch-render-fonts to v1.0.6 ([0864660](0864660bc9))
This commit is contained in:
semantic-release-bot 2024-02-23 10:28:46 +00:00
parent 2816cc9e67
commit e65e354772
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.26](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.25...v2.3.26) (2024-02-23)
### Bug Fixes
* **deps:** update dependency scratch-render-fonts to v1.0.6 ([0864660](https://github.com/scratchfoundation/scratch-vm/commit/0864660bc9086b5ee2bb8a98637136853821a7e5))
## [2.3.25](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.24...v2.3.25) (2024-02-23)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "2.3.25",
"version": "2.3.26",
"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": "5109c057f140ee2f7a6d2f02d1386e0880332532"
"sha": "2816cc9e6717d4b3b7968147cb8afbc010700ced"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",