Skip to content

Commit

Permalink
Merge pull request #149 from hovancik/release/0.12.0
Browse files Browse the repository at this point in the history
Release 0.12.0
  • Loading branch information
hovancik authored Nov 5, 2017
2 parents b5acccf + e705c52 commit 07276e6
Show file tree
Hide file tree
Showing 4 changed files with 1,144 additions and 979 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.12.0] - 2017-11-05
### Fixed
- error with second instance on Windows
- breaks wont resume with indefinite pause after system resume
Expand Down Expand Up @@ -162,7 +164,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.11.0...HEAD
[Unreleased]: https://github.com/hovancik/stretchly/compare/v0.12.0...HEAD
[0.12.0]: https://github.com/hovancik/stretchly/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/hovancik/stretchly/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/hovancik/stretchly/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/hovancik/stretchly/compare/v0.8.1...v0.9.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.11.0",
"version": "0.12.0",
"description": "break time reminder app",
"main": "main.js",
"repository": {
Expand Down
Loading

0 comments on commit 07276e6

Please sign in to comment.