chore(release): 2.1.65 [skip ci]

## [2.1.65](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.64...v2.1.65) (2024-01-14)

### Bug Fixes

* **deps:** update dependency scratch-l10n to v3.16.20240114031932 ([83b0c4d](83b0c4db1e))
This commit is contained in:
semantic-release-bot 2024-01-14 06:24:54 +00:00
parent 6c6201ad6a
commit 88b67f263c
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.
## [2.1.65](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.64...v2.1.65) (2024-01-14)
### Bug Fixes
* **deps:** update dependency scratch-l10n to v3.16.20240114031932 ([83b0c4d](https://github.com/scratchfoundation/scratch-vm/commit/83b0c4db1e7e304e0a21a3e61bad0bb2949fad8a))
## [2.1.64](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.63...v2.1.64) (2024-01-13)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "2.1.64",
"version": "2.1.65",
"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/scratchfoundation/scratch-vm.git",
"sha": "202bb4e1ca59aa145046966a56b18cafeb4ceec9"
"sha": "6c6201ad6ae32ca94cb63e927b3a33e3cfb69a4e"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",