chore(release): 1.5.12 [skip ci]

## [1.5.12](https://github.com/LLK/scratch-vm/compare/v1.5.11...v1.5.12) (2023-03-26)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20230326090609 ([1b81b53](1b81b532d9))
This commit is contained in:
semantic-release-bot 2023-03-26 15:02:03 +00:00
parent 8709878f63
commit 1bb56ac0ed
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.12](https://github.com/LLK/scratch-vm/compare/v1.5.11...v1.5.12) (2023-03-26)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20230326090609 ([1b81b53](https://github.com/LLK/scratch-vm/commit/1b81b532d93b14dce93edeb6489590ad571d101b))
## [1.5.11](https://github.com/LLK/scratch-vm/compare/v1.5.10...v1.5.11) (2023-03-26)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "1.5.11",
"version": "1.5.12",
"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": "99b83c53224aea05487cc801af8c78e3485e9179"
"sha": "8709878f63020f1e72c67b99013c2bed9b782b8a"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",