Skip to content

Commit

Permalink
Merge pull request #56 from hovancik/release/0.6.0
Browse files Browse the repository at this point in the history
Release 0.6.0
  • Loading branch information
hovancik authored Jan 21, 2017
2 parents 5947a5a + bc57dd6 commit e182021
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stretchly",
"version": "0.5.1",
"version": "0.6.0",
"description": "break time reminder app",
"main": "main.js",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stretchly",
"version": "0.5.1",
"version": "0.6.0",
"description": "break time reminder app",
"engines": {
"node": "6.5.0"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit e182021

Please sign in to comment.