chore(release): 1.4.15 [skip ci]

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

### Bug Fixes

* **deps:** update dependency scratch-l10n to v3.15.20230318032145 ([77741fa](77741fa5b4))
This commit is contained in:
semantic-release-bot 2023-03-18 04:43:31 +00:00
parent 954a5d52d0
commit ca5da65c2c
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.4.15](https://github.com/LLK/scratch-vm/compare/v1.4.14...v1.4.15) (2023-03-18)
### Bug Fixes
* **deps:** update dependency scratch-l10n to v3.15.20230318032145 ([77741fa](https://github.com/LLK/scratch-vm/commit/77741fa5b413548405a52fcf5141276ad2267234))
## [1.4.14](https://github.com/LLK/scratch-vm/compare/v1.4.13...v1.4.14) (2023-03-17)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "1.4.14",
"version": "1.4.15",
"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": "41e57d433299c546e6a25f474609bc9d06a912b3"
"sha": "954a5d52d0b31937d3c43be2b69bf8b70de7f2d8"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",