From 2f25c0682c87ac4f02424312f5307a61b87eca6f Mon Sep 17 00:00:00 2001 From: Nemo Date: Tue, 11 Jan 2022 14:24:33 +0530 Subject: [PATCH] Mark Electron v12 as unsupported --- CHANGELOG.md | 4 ++++ _scripts/gen_versions.php | 4 +++- package.json | 2 +- src/versions.json | 1 - 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2caa236..98ab91f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.0.6 +### Changed +- Electron v12 is no longer marked as supported + ## 1.0.5 ### Changed diff --git a/_scripts/gen_versions.php b/_scripts/gen_versions.php index 25ecd77..df6ecfc 100644 --- a/_scripts/gen_versions.php +++ b/_scripts/gen_versions.php @@ -1,7 +1,9 @@