This commit is contained in:
Nemo 2021-12-04 13:55:24 +05:30
parent cac618013f
commit 2901d7fc64
2 changed files with 17 additions and 12 deletions

View File

@ -3,6 +3,11 @@
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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 1.0.5
### Changed
- Newer electron releases supported (Upto 16.0.4)
## 1.0.4 ## 1.0.4
### Changed ### Changed
- Now uses `semver` directly instead of `semver-sort` - Now uses `semver` directly instead of `semver-sort`

24
package-lock.json generated
View File

@ -95,9 +95,9 @@
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
}, },
"node_modules/debug": { "node_modules/debug": {
"version": "4.3.2", "version": "4.3.3",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
"integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
"dependencies": { "dependencies": {
"ms": "2.1.2" "ms": "2.1.2"
}, },
@ -111,9 +111,9 @@
} }
}, },
"node_modules/electron-fingerprints": { "node_modules/electron-fingerprints": {
"version": "1.2.0", "version": "1.2.1",
"resolved": "https://registry.npmjs.org/electron-fingerprints/-/electron-fingerprints-1.2.0.tgz", "resolved": "https://registry.npmjs.org/electron-fingerprints/-/electron-fingerprints-1.2.1.tgz",
"integrity": "sha512-6GCMHwtlxe4JDVMxwklTAmVniOrKgsJ2tU80vxHdVBOm6zKrunp+x6gEX7m0cbC/rIQXGi5QT4VeXzEPU/J5Yg==" "integrity": "sha512-Kq/ubH9UHeRLAuo8Q4EOUbpOY3nFqcqnC5b9X7ZWBtedmgyngMByNYO2yvpY7324/hUspck+TyLwZ3XG2bGTEw=="
}, },
"node_modules/follow-redirects": { "node_modules/follow-redirects": {
"version": "1.14.5", "version": "1.14.5",
@ -555,17 +555,17 @@
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
}, },
"debug": { "debug": {
"version": "4.3.2", "version": "4.3.3",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
"integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
"requires": { "requires": {
"ms": "2.1.2" "ms": "2.1.2"
} }
}, },
"electron-fingerprints": { "electron-fingerprints": {
"version": "1.2.0", "version": "1.2.1",
"resolved": "https://registry.npmjs.org/electron-fingerprints/-/electron-fingerprints-1.2.0.tgz", "resolved": "https://registry.npmjs.org/electron-fingerprints/-/electron-fingerprints-1.2.1.tgz",
"integrity": "sha512-6GCMHwtlxe4JDVMxwklTAmVniOrKgsJ2tU80vxHdVBOm6zKrunp+x6gEX7m0cbC/rIQXGi5QT4VeXzEPU/J5Yg==" "integrity": "sha512-Kq/ubH9UHeRLAuo8Q4EOUbpOY3nFqcqnC5b9X7ZWBtedmgyngMByNYO2yvpY7324/hUspck+TyLwZ3XG2bGTEw=="
}, },
"follow-redirects": { "follow-redirects": {
"version": "1.14.5", "version": "1.14.5",