chore(release): 1.2.54 [skip ci]

## [1.2.54](https://github.com/LLK/scratch-vm/compare/v1.2.53...v1.2.54) (2022-10-27)

### Bug Fixes

* **deps:** update dependency scratch-l10n to v3.15.20221027032119 ([1aaf0f9](1aaf0f9dbc))
This commit is contained in:
semantic-release-bot 2022-10-27 06:12:35 +00:00
parent 37a019c1fc
commit f930aa61a9
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.2.54](https://github.com/LLK/scratch-vm/compare/v1.2.53...v1.2.54) (2022-10-27)
### Bug Fixes
* **deps:** update dependency scratch-l10n to v3.15.20221027032119 ([1aaf0f9](https://github.com/LLK/scratch-vm/commit/1aaf0f9dbc63dbc2a06dac5fe8b7b0aad6fa7c23))
## [1.2.53](https://github.com/LLK/scratch-vm/compare/v1.2.52...v1.2.53) (2022-10-26)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "1.2.53",
"version": "1.2.54",
"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": "94c965867b89e9552b66cce35e8987c80825f4f0"
"sha": "37a019c1fc1e45648419be35980c20daec736fc8"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",