Skip to content

Commit 7a10175

Browse files
authored
Merge pull request #1046 from hovancik/release
Release 1.8.1
2 parents 4ce75dc + 531797d commit 7a10175

File tree

6 files changed

+312
-219
lines changed

6 files changed

+312
-219
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [1.8.1] - 2021-11-24
910
### Fixed
1011
- added workaround for break window background color issue
1112

app/package-lock.json

Lines changed: 21 additions & 21 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": "1.8.0",
3+
"version": "1.8.1",
44
"description": "The break time reminder app",
55
"main": "main.js",
66
"repository": {
@@ -24,7 +24,7 @@
2424
"@meetfranz/electron-notification-state": "^1.0.0",
2525
"electron-log": "^4.4.1",
2626
"electron-store": "^8.0.1",
27-
"i18next": "^21.5.2",
27+
"i18next": "^21.5.3",
2828
"i18next-fs-backend": "^1.1.4",
2929
"luxon": "^2.1.1",
3030
"meeussunmoon": "^3.0.3",

appveyor.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
1-
os: Visual Studio 2022
2-
3-
skip_tags: true
4-
51
environment:
62
nodejs_version: "16.9.1"
73

84
branches:
95
only:
106
- release
117

12-
cache:
13-
- node_modules -> package.json
14-
158
install:
169
- ps: Install-Product node $env:nodejs_version
1710
- npm install npm -g

0 commit comments

Comments
 (0)