From 2d2bcf4981c0bd9fc522fd9c4610be18bc778d57 Mon Sep 17 00:00:00 2001 From: Bastian Block Date: Sun, 14 Nov 2021 10:55:55 +0000 Subject: [PATCH] chore: commit files during release --- CHANGELOG.md | 10 ++++++++++ .../metadata/android/en-US/changelogs/20211114.txt | 1 + pubspec.yaml | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/20211114.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 84c1d480..6dcc3fa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.9.1](https://github.com/blockbasti/just_another_workout_timer/compare/v1.9.0...v1.9.1) (2021-11-14) + + +### Bug Fixes + +* fix editing of duplicated sets/exercises (fixes [#96](https://github.com/blockbasti/just_another_workout_timer/issues/96)) ([da21d1e](https://github.com/blockbasti/just_another_workout_timer/commit/da21d1e0e5a721eb7f15b0c555544cc06b03393f)) +* update translations ([d868bee](https://github.com/blockbasti/just_another_workout_timer/commit/d868beed8f7ac666b37a79d6244932577501dd2f)) + + + # [1.9.0](https://github.com/blockbasti/just_another_workout_timer/compare/v1.8.0...v1.9.0) (2021-09-22) diff --git a/fastlane/metadata/android/en-US/changelogs/20211114.txt b/fastlane/metadata/android/en-US/changelogs/20211114.txt new file mode 100644 index 00000000..236073b5 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/20211114.txt @@ -0,0 +1 @@ +## [1.9.1](https://github.com/blockbasti/just_another_workout_timer/compare/v1.9.0...v1.9.1) (2021-11-14) ### Bug Fixes CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml scripts fix editing of duplicated sets/exercises (fixes [#96](https://github.com/blockbasti/just_another_workout_timer/issues/96)) ([da21d1e](https://github.com/blockbasti/just_another_workout_timer/commit/da21d1e0e5a721eb7f15b0c555544cc06b03393f)) CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml scripts update translations ([d868bee](https://github.com/blockbasti/just_another_workout_timer/commit/d868beed8f7ac666b37a79d6244932577501dd2f)) diff --git a/pubspec.yaml b/pubspec.yaml index 0ece3674..145da7d6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: just_another_workout_timer description: Just Another Workout Timer -version: 1.9.0+20210922 +version: 1.9.1+20211114 environment: sdk: ">=2.13.0 <3.0.0"