chore(release): 1.5.26 [skip ci]

## [1.5.26](https://github.com/LLK/scratch-vm/compare/v1.5.25...v1.5.26) (2023-04-05)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20230404115635 ([d0df104](d0df10456c))
This commit is contained in:
semantic-release-bot 2023-04-05 05:02:23 +00:00
parent af3a4d9d8c
commit ab46a6a8b1
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.
## [1.5.26](https://github.com/LLK/scratch-vm/compare/v1.5.25...v1.5.26) (2023-04-05)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20230404115635 ([d0df104](https://github.com/LLK/scratch-vm/commit/d0df10456ce09295c5bd116ed24aee7fe3b1e136))
## [1.5.25](https://github.com/LLK/scratch-vm/compare/v1.5.24...v1.5.25) (2023-04-04)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "1.5.25",
"version": "1.5.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/LLK/scratch-vm.git",
"sha": "36aed23ae1f872a206084c68c574c272beb1a831"
"sha": "af3a4d9d8c42e536d19c79edf6ceb9dbd96919af"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",