From f43d15cc86cee68856e27c7143de458776129c8b Mon Sep 17 00:00:00 2001 From: Bastian Block Date: Sat, 27 Feb 2021 19:43:19 +0000 Subject: [PATCH] chore: commit files during release --- CHANGELOG.md | 10 ++++++++++ .../metadata/android/en-US/changelogs/20210227.txt | 1 + pubspec.yaml | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/20210227.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bc81b2c..29f19053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.4.2](https://github.com/blockbasti/just_another_workout_timer/compare/v1.4.1...v1.4.2) (2021-02-27) + + +### Bug Fixes + +* set duration when adding a new Exercise in workout_builder.dart ([#23](https://github.com/blockbasti/just_another_workout_timer/issues/23)) ([cfb942e](https://github.com/blockbasti/just_another_workout_timer/commit/cfb942e224a838157db30a9fbc4ba34dc103b0f9)) +* set PrefService default values (closes [#25](https://github.com/blockbasti/just_another_workout_timer/issues/25)) ([#26](https://github.com/blockbasti/just_another_workout_timer/issues/26)) ([2ab05c8](https://github.com/blockbasti/just_another_workout_timer/commit/2ab05c82cdf60362a8fca4c493e32b4d33ec2738)) + + + ## [1.4.1](https://github.com/blockbasti/just_another_workout_timer/compare/v1.4.0...v1.4.1) (2021-02-26) diff --git a/fastlane/metadata/android/en-US/changelogs/20210227.txt b/fastlane/metadata/android/en-US/changelogs/20210227.txt new file mode 100644 index 00000000..0a14fe77 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/20210227.txt @@ -0,0 +1 @@ +## [1.4.2](https://github.com/blockbasti/just_another_workout_timer/compare/v1.4.1...v1.4.2) (2021-02-27) ### 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)) ([cfb942e](https://github.com/blockbasti/just_another_workout_timer/commit/cfb942e224a838157db30a9fbc4ba34dc103b0f9)) CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml test set PrefService default values (closes [#25](https://github.com/blockbasti/just_another_workout_timer/issues/25)) ([#26](https://github.com/blockbasti/just_another_workout_timer/issues/26)) ([2ab05c8](https://github.com/blockbasti/just_another_workout_timer/commit/2ab05c82cdf60362a8fca4c493e32b4d33ec2738)) diff --git a/pubspec.yaml b/pubspec.yaml index 4a499a9f..267437da 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.1+20210226 +version: 1.4.2+20210227 environment: sdk: ">=2.7.0 <3.0.0"