Skip to content

Commit 78c31cf

Browse files
authored
Merge pull request #1255 from hovancik/release
Release 1.13.1
2 parents 441576c + 2d56d75 commit 78c31cf

File tree

8 files changed

+19
-10
lines changed

8 files changed

+19
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
label: Version
1414
description: We only support the latest version. Find your version number at `Preferences` - `About`.
1515
options:
16-
- label: I'm using version 1.13.0
16+
- label: I'm using version 1.13.1
1717
required: false
1818
- type: checkboxes
1919
id: known-issues

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
label: Version
1414
description: We only support the latest version. Find your version number at `Preferences` - `About`.
1515
options:
16-
- label: I'm using version 1.13.0
16+
- label: I'm using version 1.13.1
1717
required: false
1818
- type: checkboxes
1919
id: open-requests

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ 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+
## [1.13.1] - 2022-12-23
89
## Fixed
910
- migration script for new installs
1011

11-
1212
## [1.13.0] - 2022-12-23
1313
### Added
1414
- Galician translations
@@ -685,7 +685,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
685685
- resume/pause functionality for reminder
686686
- scripts for creating installers for OS X, Windows, Linux
687687

688-
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.13.0...HEAD
688+
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.13.1...HEAD
689+
[1.13.1]: https://github.com/hovancik/stretchly/compare/v1.13.0...v1.13.1
689690
[1.13.0]: https://github.com/hovancik/stretchly/compare/v1.12.0...v1.13.0
690691
[1.12.0]: https://github.com/hovancik/stretchly/compare/v1.11.0...v1.12.0
691692
[1.11.0]: https://github.com/hovancik/stretchly/compare/v1.10.0...v1.11.0

app/package-lock.json

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

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": "1.13.0",
3+
"version": "1.13.1",
44
"description": "The break time reminder app",
55
"main": "main.js",
66
"repository": {

net.hovancik.Stretchly.metainfo.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@
3636
</screenshot>
3737
</screenshots>
3838
<releases>
39+
<release version="1.13.1" date="2022-12-23">
40+
<description>
41+
<p>Fixed</p>
42+
<ul>
43+
<li>migration script for new installs </li>
44+
</ul>
45+
</description>
46+
</release>
3947
<release version="1.13.0" date="2022-12-23">
4048
<description>
4149
<p>Added</p>

package-lock.json

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

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": "1.13.0",
3+
"version": "1.13.1",
44
"description": "The break time reminder app",
55
"main": "app/main.js",
66
"engines": {

0 commit comments

Comments
 (0)