chore(release): 2.3.27 [skip ci]

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

### Bug Fixes

* **deps:** update dependency scratch-storage to v2.3.5 ([f12d530](f12d530bd2))
This commit is contained in:
semantic-release-bot 2024-02-23 13:16:53 +00:00
parent c45a29bf8e
commit c6f985bc2b
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.27](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.26...v2.3.27) (2024-02-23)
### Bug Fixes
* **deps:** update dependency scratch-storage to v2.3.5 ([f12d530](https://github.com/scratchfoundation/scratch-vm/commit/f12d530bd2d33636f7463ca6200828f3d1b983e4))
## [2.3.26](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.25...v2.3.26) (2024-02-23)

4
package-lock.json generated
View file

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

View file

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