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 26, 2021
1 parent ecb2305 commit 84d32e8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/20210226.txt
Original file line number Diff line number Diff line change
@@ -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))
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.0+20210221
version: 1.4.1+20210226

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down

0 comments on commit 84d32e8

Please sign in to comment.