mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-24 00:19:51 -05:00
chore(release): 2.3.65 [skip ci]
## [2.3.65](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.64...v2.3.65) (2024-03-01) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.18.38 ([a713a35
](a713a35c1e
))
This commit is contained in:
parent
0667c8d861
commit
8bdeb45c0a
3 changed files with 11 additions and 4 deletions
|
@ -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.
|
||||||
|
|
||||||
|
## [2.3.65](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.64...v2.3.65) (2024-03-01)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **deps:** update dependency scratch-l10n to v3.18.38 ([a713a35](https://github.com/scratchfoundation/scratch-vm/commit/a713a35c1eb82f0352b8ad58d67b57455c6a3077))
|
||||||
|
|
||||||
## [2.3.64](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.63...v2.3.64) (2024-03-01)
|
## [2.3.64](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.63...v2.3.64) (2024-03-01)
|
||||||
|
|
||||||
|
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "scratch-vm",
|
"name": "scratch-vm",
|
||||||
"version": "2.3.64",
|
"version": "2.3.65",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "scratch-vm",
|
"name": "scratch-vm",
|
||||||
"version": "2.3.64",
|
"version": "2.3.65",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vernier/godirect": "^1.5.0",
|
"@vernier/godirect": "^1.5.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "scratch-vm",
|
"name": "scratch-vm",
|
||||||
"version": "2.3.64",
|
"version": "2.3.65",
|
||||||
"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/scratchfoundation/scratch-vm.git",
|
"url": "https://github.com/scratchfoundation/scratch-vm.git",
|
||||||
"sha": "86d4a1524ea155715ed71c67ae8f69ce94dde87d"
|
"sha": "0667c8d8616227e21a34ba3c8e3daa4ff9c1bd05"
|
||||||
},
|
},
|
||||||
"main": "./dist/node/scratch-vm.js",
|
"main": "./dist/node/scratch-vm.js",
|
||||||
"browser": "./src/index.js",
|
"browser": "./src/index.js",
|
||||||
|
|
Loading…
Reference in a new issue