Skip to content

Commit b716ec3

Browse files
committed
Release v2.20.0
1 parent e25209d commit b716ec3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ 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.20.0] - Unreleased (Develop)
8+
## [2.20.0] - 2022-07-02
99

10-
_This release is scheduled to be released on 2022-07-01._
10+
Special thanks to the following contributors: @eouia, @khassel, @kolbyjack, @KristjanESPERANTO, @nathannaveen, @naveensrinivasan, @rejas, @rohitdharavath and @sdetweil.
1111

1212
### Added
1313

@@ -18,8 +18,8 @@ _This release is scheduled to be released on 2022-07-01._
1818

1919
### Updated
2020

21-
- Use latest node 18 when running tests on github actions
22-
- Update `electron` to v19 and other dependencies
21+
- Use latest node 18 when running tests on github actions.
22+
- Update `electron` to v19 and other dependencies.
2323
- Use internal fetch function of node instead external `node-fetch` library if used node version >= `v18`.
2424
- Include duplicate events in broadcasts.
2525

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magicmirror",
3-
"version": "2.20.0-develop",
3+
"version": "2.20.0",
44
"description": "The open source modular smart mirror platform.",
55
"main": "js/electron.js",
66
"scripts": {

0 commit comments

Comments
 (0)