Skip to content

Commit 2cef5f6

Browse files
authored
Merge pull request #179 from hovancik/feature/0.14.0
Release 0.14.0
2 parents 533b710 + ea18054 commit 2cef5f6

File tree

5 files changed

+341
-559
lines changed

5 files changed

+341
-559
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.14.0] - 2018-01-07
810
### Fixed
911
- make sure windows offset is integer
1012
- minor translations issues
@@ -184,7 +186,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
184186
- resume/pause functionality for reminder
185187
- scripts for creating installers for OS X, Windows, Linux
186188

187-
[Unreleased]: https://github.com/hovancik/stretchly/compare/v0.13.0...HEAD
189+
[Unreleased]: https://github.com/hovancik/stretchly/compare/v0.14.0...HEAD
190+
[0.13.0]: https://github.com/hovancik/stretchly/compare/v0.13.0...v0.14.0
188191
[0.13.0]: https://github.com/hovancik/stretchly/compare/v0.12.0...v0.13.0
189192
[0.12.0]: https://github.com/hovancik/stretchly/compare/v0.11.0...v0.12.0
190193
[0.11.0]: https://github.com/hovancik/stretchly/compare/v0.10.0...v0.11.0

app/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stretchly",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "break time reminder app",
55
"main": "main.js",
66
"repository": {
@@ -21,7 +21,7 @@
2121
"homepage": "https://hovancik.net/stretchly",
2222
"dependencies": {
2323
"@paulcbetts/system-idle-time": "^1.0.4",
24-
"i18next": "^10.2.1",
24+
"i18next": "^10.2.2",
2525
"i18next-node-fs-backend": "^1.0.0"
2626
}
2727
}

0 commit comments

Comments
 (0)