Skip to content

Commit 07276e6

Browse files
authored
Merge pull request #149 from hovancik/release/0.12.0
Release 0.12.0
2 parents b5acccf + e705c52 commit 07276e6

File tree

4 files changed

+1144
-979
lines changed

4 files changed

+1144
-979
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
9+
## [0.12.0] - 2017-11-05
810
### Fixed
911
- error with second instance on Windows
1012
- breaks wont resume with indefinite pause after system resume
@@ -162,7 +164,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
162164
- resume/pause functionality for reminder
163165
- scripts for creating installers for OS X, Windows, Linux
164166

165-
[Unreleased]: https://github.com/hovancik/stretchly/compare/v0.11.0...HEAD
167+
[Unreleased]: https://github.com/hovancik/stretchly/compare/v0.12.0...HEAD
168+
[0.12.0]: https://github.com/hovancik/stretchly/compare/v0.11.0...v0.12.0
166169
[0.11.0]: https://github.com/hovancik/stretchly/compare/v0.10.0...v0.11.0
167170
[0.10.0]: https://github.com/hovancik/stretchly/compare/v0.9.0...v0.10.0
168171
[0.9.0]: https://github.com/hovancik/stretchly/compare/v0.8.1...v0.9.0

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stretchly",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "break time reminder app",
55
"main": "main.js",
66
"repository": {

0 commit comments

Comments
 (0)