chore(release): 1.5.90 [skip ci]

## [1.5.90](https://github.com/LLK/scratch-vm/compare/v1.5.89...v1.5.90) (2023-07-17)

### Bug Fixes

* **deps:** update dependency scratch-l10n to v3.15.20230717032228 ([6947602](6947602bff))
This commit is contained in:
semantic-release-bot 2023-07-17 07:11:13 +00:00
parent d83bf29ab5
commit d8bfa3558f
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.90](https://github.com/LLK/scratch-vm/compare/v1.5.89...v1.5.90) (2023-07-17)
### Bug Fixes
* **deps:** update dependency scratch-l10n to v3.15.20230717032228 ([6947602](https://github.com/LLK/scratch-vm/commit/6947602bffe2f5e656d1dad1befa0b9332fcc523))
## [1.5.89](https://github.com/LLK/scratch-vm/compare/v1.5.88...v1.5.89) (2023-07-14)

4
package-lock.json generated
View file

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

View file

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