Skip to content

Commit

Permalink
Merge pull request #1255 from hovancik/release
Browse files Browse the repository at this point in the history
Release 1.13.1
  • Loading branch information
hovancik committed Dec 23, 2022
2 parents 441576c + 2d56d75 commit 78c31cf
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body:
label: Version
description: We only support the latest version. Find your version number at `Preferences` - `About`.
options:
- label: I'm using version 1.13.0
- label: I'm using version 1.13.1
required: false
- type: checkboxes
id: known-issues
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body:
label: Version
description: We only support the latest version. Find your version number at `Preferences` - `About`.
options:
- label: I'm using version 1.13.0
- label: I'm using version 1.13.1
required: false
- type: checkboxes
id: open-requests
Expand Down
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [1.13.1] - 2022-12-23
## Fixed
- migration script for new installs


## [1.13.0] - 2022-12-23
### Added
- Galician translations
Expand Down Expand Up @@ -685,7 +685,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/v1.13.0...HEAD
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.13.1...HEAD
[1.13.1]: https://github.com/hovancik/stretchly/compare/v1.13.0...v1.13.1
[1.13.0]: https://github.com/hovancik/stretchly/compare/v1.12.0...v1.13.0
[1.12.0]: https://github.com/hovancik/stretchly/compare/v1.11.0...v1.12.0
[1.11.0]: https://github.com/hovancik/stretchly/compare/v1.10.0...v1.11.0
Expand Down
4 changes: 2 additions & 2 deletions app/package-lock.json

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

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Stretchly",
"version": "1.13.0",
"version": "1.13.1",
"description": "The break time reminder app",
"main": "main.js",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions net.hovancik.Stretchly.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@
</screenshot>
</screenshots>
<releases>
<release version="1.13.1" date="2022-12-23">
<description>
<p>Fixed</p>
<ul>
<li>migration script for new installs </li>
</ul>
</description>
</release>
<release version="1.13.0" date="2022-12-23">
<description>
<p>Added</p>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Stretchly",
"version": "1.13.0",
"version": "1.13.1",
"description": "The break time reminder app",
"main": "app/main.js",
"engines": {
Expand Down

0 comments on commit 78c31cf

Please sign in to comment.