From a8f824b4ed0947cf991c544ef81958123151e2f9 Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Tue, 30 Nov 2021 16:21:08 -0800 Subject: [PATCH] chore: v0.27.2 (#920) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 236fb0baf9..2418d48c56 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "electron-fiddle", "productName": "Electron Fiddle", - "version": "0.27.1", + "version": "0.27.2", "description": "The easiest way to get started with Electron", "repository": "https://github.com/electron/fiddle", "main": "./dist/src/main/main",