Skip to content

Commit 222a5f3

Browse files
authored
Merge pull request #2674 from rejas/issue_2671_master
Update electron to fix certificate errors
2 parents 5a4fbbf + 72f7106 commit 222a5f3

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](https://semver.org/).
55

66
❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror²
77

8+
## [2.17.1] - 2021-10-01
9+
10+
### Fixed
11+
12+
- Fixed error when accessing letsencrypt certificates
13+
814
## [2.17.0] - 2021-10-01
915

1016
Special thanks to the following contributors: @apiontek, @eouia, @jupadin, @khassel and @rejas.

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magicmirror",
3-
"version": "2.17.0",
3+
"version": "2.17.1",
44
"description": "The open source modular smart mirror platform.",
55
"main": "js/electron.js",
66
"scripts": {
@@ -67,7 +67,7 @@
6767
"suncalc": "^1.8.0"
6868
},
6969
"optionalDependencies": {
70-
"electron": "^13.5.0"
70+
"electron": "^13.5.1"
7171
},
7272
"dependencies": {
7373
"colors": "^1.4.0",

0 commit comments

Comments
 (0)