mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-06 19:20:32 -04:00
chore(release): 2.0.5 [skip ci]
## [2.0.5](https://github.com/scratchfoundation/scratch-vm/compare/v2.0.4...v2.0.5) (2023-10-03) ### Bug Fixes * disable metadata for now ([9591296
](95912963ce
))
This commit is contained in:
parent
8ba0e2f1b9
commit
b159edb317
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.0.5](https://github.com/scratchfoundation/scratch-vm/compare/v2.0.4...v2.0.5) (2023-10-03)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* disable metadata for now ([9591296](https://github.com/scratchfoundation/scratch-vm/commit/95912963ceb22e044a13de4540f0fc7cc20d3cf5))
|
||||||
|
|
||||||
## [2.0.4](https://github.com/scratchfoundation/scratch-vm/compare/v2.0.3...v2.0.4) (2023-10-03)
|
## [2.0.4](https://github.com/scratchfoundation/scratch-vm/compare/v2.0.3...v2.0.4) (2023-10-03)
|
||||||
|
|
||||||
|
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "scratch-vm",
|
"name": "scratch-vm",
|
||||||
"version": "2.0.4",
|
"version": "2.0.5",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "scratch-vm",
|
"name": "scratch-vm",
|
||||||
"version": "2.0.4",
|
"version": "2.0.5",
|
||||||
"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.0.4",
|
"version": "2.0.5",
|
||||||
"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": "737aac3a57afc8d513f31f6bd955f1d0d630a590"
|
"sha": "8ba0e2f1b9c7a0d2f3c97833a763733b8a61f01c"
|
||||||
},
|
},
|
||||||
"main": "./dist/node/scratch-vm.js",
|
"main": "./dist/node/scratch-vm.js",
|
||||||
"browser": "./src/index.js",
|
"browser": "./src/index.js",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue