Skip to content

Commit

Permalink
Merge pull request #83 from hovancik/release/0.8.1
Browse files Browse the repository at this point in the history
Release 0.8.1
  • Loading branch information
hovancik authored Apr 15, 2017
2 parents 3edf82b + 212e31d commit 0c77379
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]


## [0.8.1] - 2017-04-15
### Fixed
- trying to close non-existing window
- after break ends, focus is brought on last window (macOS)
Expand Down Expand Up @@ -110,7 +113,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.8.0...HEAD
[Unreleased]: https://github.com/hovancik/stretchly/compare/v0.8.1...HEAD
[0.8.1]: https://github.com/hovancik/stretchly/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/hovancik/stretchly/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/hovancik/stretchly/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/hovancik/stretchly/compare/v0.5.1...v0.6.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.8.0",
"version": "0.8.1",
"description": "break time reminder app",
"main": "main.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stretchly",
"version": "0.8.0",
"version": "0.8.1",
"description": "break time reminder app",
"engines": {
"node": "7.4.0"
Expand Down Expand Up @@ -35,7 +35,7 @@
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"electron": "^1.6.2",
"electron-builder": "^16.7.1",
"electron-builder": "^16.8.4",
"mocha": "^3.2.0",
"spectron": "^3.6.1"
},
Expand Down

0 comments on commit 0c77379

Please sign in to comment.