diff --git a/CHANGELOG.md b/CHANGELOG.md index 32efb87..e6c5f55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ 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 +++ b/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 +++ b/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": {