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
hovancik authored Nov 5, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents b5acccf + e705c52 commit 07276e6
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
@@ -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
@@ -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
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": {
2,106 changes: 1,134 additions & 972 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions 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",
"engines": {
"node": "7.9.0"
@@ -37,10 +37,10 @@
"babel-eslint": "^8.0.1",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"electron": "^1.7.6",
"electron-builder": "^19.27.7",
"mocha": "^3.5.0",
"sinon": "^3.2.1",
"electron": "^1.7.9",
"electron-builder": "^19.43.4",
"mocha": "^4.0.1",
"sinon": "^4.1.1",
"spectron": "^3.7.2",
"standard": "^10.0.3"
},

0 comments on commit 07276e6

Please sign in to comment.