diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 981a84d65..b5f46c026 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 4ee8512af..832c9fc8c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index c081ed428..962079aaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/app/package-lock.json b/app/package-lock.json index b8f6db65c..0b43ea151 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,12 +1,12 @@ { "name": "Stretchly", - "version": "1.13.0", + "version": "1.13.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "Stretchly", - "version": "1.13.0", + "version": "1.13.1", "license": "BSD-2-Clause", "dependencies": { "@electron/remote": "^2.0.9", diff --git a/app/package.json b/app/package.json index b7729ba22..7edacda0f 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "Stretchly", - "version": "1.13.0", + "version": "1.13.1", "description": "The break time reminder app", "main": "main.js", "repository": { diff --git a/net.hovancik.Stretchly.metainfo.xml b/net.hovancik.Stretchly.metainfo.xml index 2ff6e78a2..e401bea09 100644 --- a/net.hovancik.Stretchly.metainfo.xml +++ b/net.hovancik.Stretchly.metainfo.xml @@ -36,6 +36,14 @@ + + +

Fixed

+
    +
  • migration script for new installs
  • +
+
+

Added

diff --git a/package-lock.json b/package-lock.json index a903800d7..0ef8a9702 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "Stretchly", - "version": "1.13.0", + "version": "1.13.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "Stretchly", - "version": "1.13.0", + "version": "1.13.1", "hasInstallScript": true, "license": "BSD-2-Clause", "dependencies": { diff --git a/package.json b/package.json index 29c8bbc95..15a1c5ecf 100755 --- a/package.json +++ b/package.json @@ -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": {