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 Mar 11, 2021
1 parent 06e338b commit ee58df4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [1.6.0](https://github.com/blockbasti/just_another_workout_timer/compare/v1.5.0...v1.6.0) (2021-03-11)


### Bug Fixes

* disable TTS when no TTS engine is installed (fixes [#36](https://github.com/blockbasti/just_another_workout_timer/issues/36)) ([0841f71](https://github.com/blockbasti/just_another_workout_timer/commit/0841f7173b8617a60b7e0c7d5ffbdb684040be9f))
* don't rebuild BuilderPage after text input (closes [#39](https://github.com/blockbasti/just_another_workout_timer/issues/39)) ([a1196a9](https://github.com/blockbasti/just_another_workout_timer/commit/a1196a98eaa2c19c2570a69dfe776460b1b405ae))


### Features

* allow changing exercise duration in 1 second steps (closes [#38](https://github.com/blockbasti/just_another_workout_timer/issues/38)) ([4665d0f](https://github.com/blockbasti/just_another_workout_timer/commit/4665d0f49c0a9f59b21185831ee40c109f0973be))
* allow sorting workouts on home page (closes [#30](https://github.com/blockbasti/just_another_workout_timer/issues/30)) ([1f46c4a](https://github.com/blockbasti/just_another_workout_timer/commit/1f46c4ad138c74182b3d97ef50b63908014313b5))
* remove exit check from builder when nothing has changed ([f04486d](https://github.com/blockbasti/just_another_workout_timer/commit/f04486dbc8baec4a8bca92ebf1a0621be48c0168))
* remove exit check in unnecessary situations in workout_runner.dart ([a633a77](https://github.com/blockbasti/just_another_workout_timer/commit/a633a77b6df9c4246bedaf7fc9ef776fca437088))



# [1.5.0](https://github.com/blockbasti/just_another_workout_timer/compare/v1.4.2...v1.5.0) (2021-03-07)


Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/20210311.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# [1.6.0](https://github.com/blockbasti/just_another_workout_timer/compare/v1.5.0...v1.6.0) (2021-03-11) ### Bug Fixes CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml test disable TTS when no TTS engine is installed (fixes [#36](https://github.com/blockbasti/just_another_workout_timer/issues/36)) ([0841f71](https://github.com/blockbasti/just_another_workout_timer/commit/0841f7173b8617a60b7e0c7d5ffbdb684040be9f)) CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml test don't rebuild BuilderPage after text input (closes [#39](https://github.com/blockbasti/just_another_workout_timer/issues/39)) ([a1196a9](https://github.com/blockbasti/just_another_workout_timer/commit/a1196a98eaa2c19c2570a69dfe776460b1b405ae)) ### Features CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml test allow changing exercise duration in 1 second steps (closes [#38](https://github.com/blockbasti/just_another_workout_timer/issues/38)) ([4665d0f](https://github.com/blockbasti/just_another_workout_timer/commit/4665d0f49c0a9f59b21185831ee40c109f0973be)) CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml test allow sorting workouts on home page (closes [#30](https://github.com/blockbasti/just_another_workout_timer/issues/30)) ([1f46c4a](https://github.com/blockbasti/just_another_workout_timer/commit/1f46c4ad138c74182b3d97ef50b63908014313b5)) CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml test remove exit check from builder when nothing has changed ([f04486d](https://github.com/blockbasti/just_another_workout_timer/commit/f04486dbc8baec4a8bca92ebf1a0621be48c0168)) CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml test remove exit check in unnecessary situations in workout_runner.dart ([a633a77](https://github.com/blockbasti/just_another_workout_timer/commit/a633a77b6df9c4246bedaf7fc9ef776fca437088))
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.5.0+20210307
version: 1.6.0+20210311

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

0 comments on commit ee58df4

Please sign in to comment.