chore(release): 1.5.63 [skip ci]

## [1.5.63](https://github.com/LLK/scratch-vm/compare/v1.5.62...v1.5.63) (2023-05-19)

### Bug Fixes

* **deps:** update dependency scratch-l10n to v3.15.20230519032230 ([f459a12](f459a12f5a))
This commit is contained in:
semantic-release-bot 2023-05-19 10:56:05 +00:00
parent 0565f351ae
commit 2bb41159ec
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.63](https://github.com/LLK/scratch-vm/compare/v1.5.62...v1.5.63) (2023-05-19)
### Bug Fixes
* **deps:** update dependency scratch-l10n to v3.15.20230519032230 ([f459a12](https://github.com/LLK/scratch-vm/commit/f459a12f5a145090881ce4306d71dc588918bc09))
## [1.5.62](https://github.com/LLK/scratch-vm/compare/v1.5.61...v1.5.62) (2023-05-18)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "1.5.62",
"version": "1.5.63",
"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": "1af28238f3b0cc9d2e3e67f12cda9f2beccfea79"
"sha": "0565f351aeffb6886e8fab7ab3a83897adb3daa2"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",