From cac618013f28df63edba7c9bc113211929bf3870 Mon Sep 17 00:00:00 2001
From: Nemo <commits@captnemo.in>
Date: Wed, 24 Nov 2021 15:07:42 +0530
Subject: [PATCH] v1.0.4

---
 CHANGELOG.md      | 6 ++++++
 package-lock.json | 4 ++--
 package.json      | 2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 32efb87..e6c5f55 100644
--- a/CHANGELOG.md
+++ a/CHANGELOG.md
@@ -1,8 +1,14 @@
 # Changelog
 
 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.4
+### Changed
+- Now uses `semver` directly instead of `semver-sort`
+### Added
+- Newer electron releases supported (upto 16.0.1)
+
 ## 1.0.3
 ### Added
 - Newer electron releases supported
diff --git a/package-lock.json b/package-lock.json
index 651d60f..facd276 100644
--- a/package-lock.json
+++ a/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "which-electron",
-  "version": "1.0.3",
+  "version": "1.0.4",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "which-electron",
-      "version": "1.0.3",
+      "version": "1.0.4",
       "license": "MIT",
       "dependencies": {
         "7zip-bin": "^5.1.1",
diff --git a/package.json b/package.json
index 61452b2..ebdd40b 100644
--- a/package.json
+++ a/package.json
@@ -1,6 +1,6 @@
 {
   "name": "which-electron",
-  "version": "1.0.3",
+  "version": "1.0.4",
   "description": "Guess which electron version is bundled in an application",
   "main": "src/index.js",
   "bin": {
--
rgit 0.1.5