mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Release v2.20.0
This commit is contained in:
parent
e25209d9f9
commit
b716ec33d9
@ -5,9 +5,9 @@ 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².
|
❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror².
|
||||||
|
|
||||||
## [2.20.0] - Unreleased (Develop)
|
## [2.20.0] - 2022-07-02
|
||||||
|
|
||||||
_This release is scheduled to be released on 2022-07-01._
|
Special thanks to the following contributors: @eouia, @khassel, @kolbyjack, @KristjanESPERANTO, @nathannaveen, @naveensrinivasan, @rejas, @rohitdharavath and @sdetweil.
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@ -18,8 +18,8 @@ _This release is scheduled to be released on 2022-07-01._
|
|||||||
|
|
||||||
### Updated
|
### Updated
|
||||||
|
|
||||||
- Use latest node 18 when running tests on github actions
|
- Use latest node 18 when running tests on github actions.
|
||||||
- Update `electron` to v19 and other dependencies
|
- Update `electron` to v19 and other dependencies.
|
||||||
- Use internal fetch function of node instead external `node-fetch` library if used node version >= `v18`.
|
- Use internal fetch function of node instead external `node-fetch` library if used node version >= `v18`.
|
||||||
- Include duplicate events in broadcasts.
|
- Include duplicate events in broadcasts.
|
||||||
|
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "magicmirror",
|
"name": "magicmirror",
|
||||||
"version": "2.20.0-develop",
|
"version": "2.20.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "magicmirror",
|
"name": "magicmirror",
|
||||||
"version": "2.20.0-develop",
|
"version": "2.20.0",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "magicmirror",
|
"name": "magicmirror",
|
||||||
"version": "2.20.0-develop",
|
"version": "2.20.0",
|
||||||
"description": "The open source modular smart mirror platform.",
|
"description": "The open source modular smart mirror platform.",
|
||||||
"main": "js/electron.js",
|
"main": "js/electron.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user