chore(release): 1.5.89 [skip ci]

## [1.5.89](https://github.com/LLK/scratch-vm/compare/v1.5.88...v1.5.89) (2023-07-14)

### Bug Fixes

* **deps:** update dependency scratch-l10n to v3.15.20230714032252 ([87239ca](87239ca0ae))
This commit is contained in:
semantic-release-bot 2023-07-14 06:48:19 +00:00
parent 0b26009900
commit bf18aff14e
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.89](https://github.com/LLK/scratch-vm/compare/v1.5.88...v1.5.89) (2023-07-14)
### Bug Fixes
* **deps:** update dependency scratch-l10n to v3.15.20230714032252 ([87239ca](https://github.com/LLK/scratch-vm/commit/87239ca0ae673074dcdf594d3f889a6779d9008c))
## [1.5.88](https://github.com/LLK/scratch-vm/compare/v1.5.87...v1.5.88) (2023-07-13)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "1.5.88",
"version": "1.5.89",
"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": "14d0c34714b95f1d77194ce909b8a1b2d0c6b70b"
"sha": "0b26009900fa87acb5886469827e2b90e30f9df1"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",