From a506ada2e117958a110463a42b2582dbd244a38e Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Mon, 29 Mar 2021 12:39:46 -0700 Subject: [PATCH] chore: v0.22.0 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 64b8345709..e634a462db 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "electron-fiddle", "productName": "Electron Fiddle", - "version": "0.21.0", + "version": "0.22.0", "description": "The easiest way to get started with Electron", "repository": "https://github.com/electron/fiddle", "main": "./dist/src/main/main",