Preparation for v2.3.0 release.

This commit is contained in:
Michael Teeuw 2018-01-01 12:59:28 +01:00
parent f8e25d6c4a
commit 8d0e453666
2 changed files with 13 additions and 2 deletions

View File

@ -2,6 +2,17 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [2.3.0] - Unreleased
*This release is scheduled to be released on 2018-04-01.*
### Changed
- Changed Electron dependency to v1.7.10.
### Added
### Fixed
## [2.2.0] - 2018-01-01
**Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install`

View File

@ -1,6 +1,6 @@
{
"name": "magicmirror",
"version": "2.2.0",
"version": "2.3.0-dev",
"description": "The open source modular smart mirror platform.",
"main": "js/electron.js",
"scripts": {
@ -54,7 +54,7 @@
"dependencies": {
"body-parser": "^1.18.2",
"colors": "^1.1.2",
"electron": "1.4.15",
"electron": "^1.7.10",
"express": "^4.16.2",
"express-ipfilter": "0.3.1",
"feedme": "latest",