From 84d32e87aa259330ee15dbfeacd048898326beda Mon Sep 17 00:00:00 2001 From: Bastian Block Date: Fri, 26 Feb 2021 19:25:34 +0000 Subject: [PATCH] chore: commit files during release --- CHANGELOG.md | 9 +++++++++ fastlane/metadata/android/en-US/changelogs/20210226.txt | 1 + pubspec.yaml | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/20210226.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 10e75b2d..3bc81b2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.4.1](https://github.com/blockbasti/just_another_workout_timer/compare/v1.4.0...v1.4.1) (2021-02-26) + + +### Bug Fixes + +* set duration when adding a new Exercise in workout_builder.dart ([#23](https://github.com/blockbasti/just_another_workout_timer/issues/23)) ([#24](https://github.com/blockbasti/just_another_workout_timer/issues/24)) ([ecb2305](https://github.com/blockbasti/just_another_workout_timer/commit/ecb23053e83b6505a1c3d44f85b299db9bad7ab7)) + + + # [1.4.0](https://github.com/blockbasti/just_another_workout_timer/compare/v1.3.0...v1.4.0) (2021-02-21) diff --git a/fastlane/metadata/android/en-US/changelogs/20210226.txt b/fastlane/metadata/android/en-US/changelogs/20210226.txt new file mode 100644 index 00000000..a2940aad --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/20210226.txt @@ -0,0 +1 @@ +## [1.4.1](https://github.com/blockbasti/just_another_workout_timer/compare/v1.4.0...v1.4.1) (2021-02-26) ### Bug Fixes CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml test set duration when adding a new Exercise in workout_builder.dart ([#23](https://github.com/blockbasti/just_another_workout_timer/issues/23)) ([#24](https://github.com/blockbasti/just_another_workout_timer/issues/24)) ([ecb2305](https://github.com/blockbasti/just_another_workout_timer/commit/ecb23053e83b6505a1c3d44f85b299db9bad7ab7)) diff --git a/pubspec.yaml b/pubspec.yaml index b492cf57..4a499a9f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Just Another Workout Timer publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 1.4.0+20210221 +version: 1.4.1+20210226 environment: sdk: ">=2.7.0 <3.0.0"