mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-22 22:12:28 -05:00
chore(release): 3.0.15 [skip ci]
## [3.0.15](https://github.com/scratchfoundation/scratch-vm/compare/v3.0.14...v3.0.15) (2024-03-07) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.18.48 ([e5fbba0
](e5fbba0d64
))
This commit is contained in:
parent
4a4226643d
commit
9065598a21
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.
|
||||||
|
|
||||||
|
## [3.0.15](https://github.com/scratchfoundation/scratch-vm/compare/v3.0.14...v3.0.15) (2024-03-07)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **deps:** update dependency scratch-l10n to v3.18.48 ([e5fbba0](https://github.com/scratchfoundation/scratch-vm/commit/e5fbba0d648ef3d13ec48a4cb816a035768a74c8))
|
||||||
|
|
||||||
## [3.0.14](https://github.com/scratchfoundation/scratch-vm/compare/v3.0.13...v3.0.14) (2024-03-06)
|
## [3.0.14](https://github.com/scratchfoundation/scratch-vm/compare/v3.0.13...v3.0.14) (2024-03-06)
|
||||||
|
|
||||||
|
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "scratch-vm",
|
"name": "scratch-vm",
|
||||||
"version": "3.0.14",
|
"version": "3.0.15",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "scratch-vm",
|
"name": "scratch-vm",
|
||||||
"version": "3.0.14",
|
"version": "3.0.15",
|
||||||
"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": "3.0.14",
|
"version": "3.0.15",
|
||||||
"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": "16aaa473532f95298328d8b6599fa9b5fd8aebeb"
|
"sha": "4a4226643d61a6dadbe14f666f1a785e25aec05d"
|
||||||
},
|
},
|
||||||
"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