chore(release): 2.1.62 [skip ci]

## [2.1.62](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.61...v2.1.62) (2024-01-12)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v1.0.5 ([820294b](820294b48c))
This commit is contained in:
semantic-release-bot 2024-01-12 16:00:10 +00:00
parent 4305e5a2d0
commit 61ee5abab8
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.62](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.61...v2.1.62) (2024-01-12)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v1.0.5 ([820294b](https://github.com/scratchfoundation/scratch-vm/commit/820294b48c13908556d57591ef2a6194e6b517bc))
## [2.1.61](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.60...v2.1.61) (2024-01-12)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "2.1.61",
"version": "2.1.62",
"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": "801961e3093a4270cb22ad67189d83370ef057bf"
"sha": "4305e5a2d036e64177568023c2af5997f4f2dd62"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",