Skip to content

Commit f163ea2

Browse files
authored
Merge pull request #422 from hovancik/release/0.20.0
Release 0.20.0
2 parents b9cb33c + fd83469 commit f163ea2

File tree

5 files changed

+62
-58
lines changed

5 files changed

+62
-58
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.20.0] - 2019-07-02
810
### Fixed
911
- workaround multiple screens and fullscreen (macOS)
1012
- tray icon size on Linux
@@ -298,7 +300,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
298300
- resume/pause functionality for reminder
299301
- scripts for creating installers for OS X, Windows, Linux
300302

301-
[Unreleased]: https://github.com/hovancik/stretchly/compare/v0.19.1...HEAD
303+
[Unreleased]: https://github.com/hovancik/stretchly/compare/v0.20.0...HEAD
304+
[0.20.0]: https://github.com/hovancik/stretchly/compare/v0.19.1...v0.20.0
302305
[0.19.1]: https://github.com/hovancik/stretchly/compare/v0.19.0...v0.19.1
303306
[0.19.0]: https://github.com/hovancik/stretchly/compare/v0.18.0...v0.19.0
304307
[0.18.0]: https://github.com/hovancik/stretchly/compare/v0.17.0...v0.18.0

app/package-lock.json

Lines changed: 4 additions & 4 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.19.1",
3+
"version": "0.20.0",
44
"description": "break time reminder app",
55
"main": "main.js",
66
"repository": {
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@meetfranz/electron-notification-state": "^1.0.0",
2424
"@paulcbetts/system-idle-time": "^1.0.5",
25-
"i18next": "^17.0.4",
25+
"i18next": "^17.0.6",
2626
"i18next-node-fs-backend": "^2.1.3",
2727
"moment": "^2.24.0"
2828
},

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stretchly",
3-
"version": "0.19.1",
3+
"version": "0.20.0",
44
"description": "break time reminder app",
55
"main": "app/main.js",
66
"engines": {
@@ -41,12 +41,12 @@
4141
"chai": "^4.2.0",
4242
"chai-as-promised": "^7.1.1",
4343
"electromon": "^1.0.10",
44-
"electron": "^5.0.5",
44+
"electron": "^5.0.6",
4545
"electron-builder": "^20.44.4",
4646
"mocha": "^6.1.4",
4747
"rimraf": "^2.6.3",
4848
"sinon": "^7.3.2",
49-
"spectron": "^6.0.0",
49+
"spectron": "^7.0.0",
5050
"standard": "^12.0.1"
5151
},
5252
"build": {
@@ -129,7 +129,7 @@
129129
"dependencies": {
130130
"@meetfranz/electron-notification-state": "^1.0.0",
131131
"@paulcbetts/system-idle-time": "^1.0.5",
132-
"i18next": "^17.0.4",
132+
"i18next": "^17.0.6",
133133
"i18next-node-fs-backend": "^2.1.3",
134134
"moment": "^2.24.0"
135135
}

0 commit comments

Comments
 (0)