This commit is contained in:
Nemo 2021-11-24 15:07:42 +05:30
parent 9b26d7ce3d
commit cac618013f
3 changed files with 9 additions and 3 deletions

View File

@ -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

4
package-lock.json generated
View File

@ -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",

View File

@ -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": {