From bc57dd62a4bdaa62485faa90be07f9ba0f23891c Mon Sep 17 00:00:00 2001 From: Jan Hovancik Date: Fri, 20 Jan 2017 12:16:39 +0100 Subject: [PATCH] Release 0.6.0 --- CHANGELOG.md | 5 ++++- app/package.json | 2 +- package.json | 8 ++++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47351e7b4..351fbd439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [0.6.0] - 2017-01-21 ### Added - possibility to change break/microbreak ideas via editing config file @@ -78,7 +80,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - resume/pause functionality for reminder - scripts for creating installers for OS X, Windows, Linux -[Unreleased]: https://github.com/hovancik/stretchly/compare/v0.5.1...HEAD +[Unreleased]: https://github.com/hovancik/stretchly/compare/v0.6.0...HEAD +[0.6.0]: https://github.com/hovancik/stretchly/compare/v0.5.1...v0.6.0 [0.5.1]: https://github.com/hovancik/stretchly/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/hovancik/stretchly/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/hovancik/stretchly/compare/v0.3.0...v0.4.0 diff --git a/app/package.json b/app/package.json index 43f26a8cd..575cd9199 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "stretchly", - "version": "0.5.1", + "version": "0.6.0", "description": "break time reminder app", "main": "main.js", "repository": { diff --git a/package.json b/package.json index af6f3fe07..d37a81ecb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stretchly", - "version": "0.5.1", + "version": "0.6.0", "description": "break time reminder app", "engines": { "node": "6.5.0" @@ -34,10 +34,10 @@ "devDependencies": { "chai": "^3.5.0", "chai-as-promised": "^6.0.0", - "electron": "^1.4.10", - "electron-builder": "^10.5.0", + "electron": "^1.4.15", + "electron-builder": "^10.17.3", "mocha": "^3.2.0", - "spectron": "^3.4.0" + "spectron": "^3.4.1" }, "build": { "appId": "net.hovancik.stretchly",