Skip to content

Commit

Permalink
chore: commit files during release
Browse files Browse the repository at this point in the history
  • Loading branch information
blockbasti committed Feb 27, 2021
1 parent a8dc693 commit f43d15c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/20210227.txt
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f43d15c

Please sign in to comment.