chore(release): 2.1.54 [skip ci]

## [2.1.54](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.53...v2.1.54) (2024-01-09)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v1.0.1 ([a6fab65](a6fab65aee))
This commit is contained in:
semantic-release-bot 2024-01-09 22:33:10 +00:00
parent f5f8f94056
commit 7008848267
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.1.54](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.53...v2.1.54) (2024-01-09)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v1.0.1 ([a6fab65](https://github.com/scratchfoundation/scratch-vm/commit/a6fab65aeec0d87061bb3654e2aa7bad400cf54d))
## [2.1.53](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.52...v2.1.53) (2024-01-09)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "2.1.53",
"version": "2.1.54",
"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": "7d1ee1e754217fb99f32f85d0c17ccd3bed65aa4"
"sha": "f5f8f94056c6048fb7ce2b2d58397650d0764106"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",