chore(release): 1.6.4 [skip ci]

## [1.6.4](https://github.com/LLK/scratch-vm/compare/v1.6.3...v1.6.4) (2023-08-23)

### Bug Fixes

* **deps:** update dependency scratch-l10n to v3.16.20230823032242 ([1fcbd72](1fcbd72e1e))
This commit is contained in:
semantic-release-bot 2023-08-23 07:01:16 +00:00
parent bd03c5727b
commit b012c133a4
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.6.4](https://github.com/LLK/scratch-vm/compare/v1.6.3...v1.6.4) (2023-08-23)
### Bug Fixes
* **deps:** update dependency scratch-l10n to v3.16.20230823032242 ([1fcbd72](https://github.com/LLK/scratch-vm/commit/1fcbd72e1e9f967a26c562352948906a6ec43010))
## [1.6.3](https://github.com/LLK/scratch-vm/compare/v1.6.2...v1.6.3) (2023-08-18)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "1.6.3",
"version": "1.6.4",
"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": "e2b0f0b20872b5e50e2de051ef3e059e93c3f85e"
"sha": "bd03c5727b075848f0e1acdc3b9cbf1e2fa80161"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",