chore(release): 1.5.25 [skip ci]

## [1.5.25](https://github.com/LLK/scratch-vm/compare/v1.5.24...v1.5.25) (2023-04-04)

### Bug Fixes

* **deps:** update dependency scratch-l10n to v3.15.20230404032203 ([0f324fe](0f324fea7c))
This commit is contained in:
semantic-release-bot 2023-04-04 15:31:25 +00:00
parent 36aed23ae1
commit d9a1b5744e
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.25](https://github.com/LLK/scratch-vm/compare/v1.5.24...v1.5.25) (2023-04-04)
### Bug Fixes
* **deps:** update dependency scratch-l10n to v3.15.20230404032203 ([0f324fe](https://github.com/LLK/scratch-vm/commit/0f324fea7c9cbccfa436933b741ab37a6bc731e1))
## [1.5.24](https://github.com/LLK/scratch-vm/compare/v1.5.23...v1.5.24) (2023-04-03)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "1.5.24",
"version": "1.5.25",
"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": "c255a3cbe210838c51e5e9a8cb6f01c0cc8cd49f"
"sha": "36aed23ae1f872a206084c68c574c272beb1a831"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",