chore(release): 1.4.16 [skip ci]

## [1.4.16](https://github.com/LLK/scratch-vm/compare/v1.4.15...v1.4.16) (2023-03-18)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20230318112504 ([ec2126e](ec2126ee24))
This commit is contained in:
semantic-release-bot 2023-03-18 14:15:33 +00:00
parent 535e85858a
commit c074661e93
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 All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines. [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.4.16](https://github.com/LLK/scratch-vm/compare/v1.4.15...v1.4.16) (2023-03-18)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20230318112504 ([ec2126e](https://github.com/LLK/scratch-vm/commit/ec2126ee24cd0cbf04cc6cdf051d5fc3eb467e12))
## [1.4.15](https://github.com/LLK/scratch-vm/compare/v1.4.14...v1.4.15) (2023-03-18) ## [1.4.15](https://github.com/LLK/scratch-vm/compare/v1.4.14...v1.4.15) (2023-03-18)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "scratch-vm", "name": "scratch-vm",
"version": "1.4.15", "version": "1.4.16",
"description": "Virtual Machine for Scratch 3.0", "description": "Virtual Machine for Scratch 3.0",
"author": "Massachusetts Institute of Technology", "author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
@ -8,7 +8,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/LLK/scratch-vm.git", "url": "https://github.com/LLK/scratch-vm.git",
"sha": "954a5d52d0b31937d3c43be2b69bf8b70de7f2d8" "sha": "535e85858a8f831a6e5212e5132bc9aa37eeb29d"
}, },
"main": "./dist/node/scratch-vm.js", "main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js", "browser": "./src/index.js",