Skip to content

Commit

Permalink
Merge pull request #2674 from rejas/issue_2671_master
Browse files Browse the repository at this point in the history
Update electron to fix certificate errors
  • Loading branch information
MichMich committed Oct 1, 2021
2 parents 5a4fbbf + 72f7106 commit 222a5f3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](https://semver.org/).

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

## [2.17.1] - 2021-10-01

### Fixed

- Fixed error when accessing letsencrypt certificates

## [2.17.0] - 2021-10-01

Special thanks to the following contributors: @apiontek, @eouia, @jupadin, @khassel and @rejas.
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "magicmirror",
"version": "2.17.0",
"version": "2.17.1",
"description": "The open source modular smart mirror platform.",
"main": "js/electron.js",
"scripts": {
Expand Down Expand Up @@ -67,7 +67,7 @@
"suncalc": "^1.8.0"
},
"optionalDependencies": {
"electron": "^13.5.0"
"electron": "^13.5.1"
},
"dependencies": {
"colors": "^1.4.0",
Expand Down

0 comments on commit 222a5f3

Please sign in to comment.