Merge branch 'develop' into master

This commit is contained in:
Marcin 2018-10-23 09:00:20 +02:00 committed by GitHub
commit c0a5e23d95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 3 deletions

View File

@ -4,11 +4,18 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
---
## [2.5.1] - 2018-
## [2.6.0] - Unreleased
*This release is scheduled to be released on 2018-10-01.*
### Added
### Fixed
- Fixed Polish translation for Single Update Info
### Updated
## [2.5.0] - 2018-10-01
### Added

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "magicmirror",
"version": "2.5.0",
"version": "2.6.0-dev",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "magicmirror",
"version": "2.5.0",
"version": "2.6.0-dev",
"description": "The open source modular smart mirror platform.",
"main": "js/electron.js",
"scripts": {