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 7, 2022
1 parent 126bf42 commit b48f047
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.11.0](https://github.com/blockbasti/just_another_workout_timer/compare/v1.10.0...v1.11.0) (2022-02-07)


### Bug Fixes

* avoid negative time on exercise ([#106](https://github.com/blockbasti/just_another_workout_timer/issues/106)) ([0cefe4f](https://github.com/blockbasti/just_another_workout_timer/commit/0cefe4f9de797cf7f2678c4e4ccee53b3efd080e))
* fix crash with no TTS service installed (fixes [#108](https://github.com/blockbasti/just_another_workout_timer/issues/108)) ([b087fb5](https://github.com/blockbasti/just_another_workout_timer/commit/b087fb54b606168e4ca2d409ae675f871e44bbbf))


### Features

* use Material3 ([6ef7858](https://github.com/blockbasti/just_another_workout_timer/commit/6ef7858c93de57af785860a6d853619f0ae57853))



# [1.10.0](https://github.com/blockbasti/just_another_workout_timer/compare/v1.9.1...v1.10.0) (2022-01-25)


Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/20220207.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# [1.11.0](https://github.com/blockbasti/just_another_workout_timer/compare/v1.10.0...v1.11.0) (2022-02-07) ### Bug Fixes CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml scripts avoid negative time on exercise ([#106](https://github.com/blockbasti/just_another_workout_timer/issues/106)) ([0cefe4f](https://github.com/blockbasti/just_another_workout_timer/commit/0cefe4f9de797cf7f2678c4e4ccee53b3efd080e)) CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml scripts fix crash with no TTS service installed (fixes [#108](https://github.com/blockbasti/just_another_workout_timer/issues/108)) ([b087fb5](https://github.com/blockbasti/just_another_workout_timer/commit/b087fb54b606168e4ca2d409ae675f871e44bbbf)) ### Features CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml scripts use Material3 ([6ef7858](https://github.com/blockbasti/just_another_workout_timer/commit/6ef7858c93de57af785860a6d853619f0ae57853))
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: just_another_workout_timer
description: Just Another Workout Timer

version: 1.10.0+20220125
version: 1.11.0+20220207

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

0 comments on commit b48f047

Please sign in to comment.