Skip to content

Commit

Permalink
Merge pull request #179 from hovancik/feature/0.14.0
Browse files Browse the repository at this point in the history
Release 0.14.0
  • Loading branch information
hovancik authored Jan 7, 2018
2 parents 533b710 + ea18054 commit 2cef5f6
Show file tree
Hide file tree
Showing 5 changed files with 341 additions and 559 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.14.0] - 2018-01-07
### Fixed
- make sure windows offset is integer
- minor translations issues
Expand Down Expand Up @@ -184,7 +186,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.13.0...HEAD
[Unreleased]: https://github.com/hovancik/stretchly/compare/v0.14.0...HEAD
[0.13.0]: https://github.com/hovancik/stretchly/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/hovancik/stretchly/compare/v0.12.0...v0.13.0
[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
Expand Down
6 changes: 3 additions & 3 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stretchly",
"version": "0.13.0",
"version": "0.14.0",
"description": "break time reminder app",
"main": "main.js",
"repository": {
Expand All @@ -21,7 +21,7 @@
"homepage": "https://hovancik.net/stretchly",
"dependencies": {
"@paulcbetts/system-idle-time": "^1.0.4",
"i18next": "^10.2.1",
"i18next": "^10.2.2",
"i18next-node-fs-backend": "^1.0.0"
}
}
Loading

0 comments on commit 2cef5f6

Please sign in to comment.