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 Jan 25, 2022
1 parent df9645a commit 3689e18
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.10.0](https://github.com/blockbasti/just_another_workout_timer/compare/v1.9.1...v1.10.0) (2022-01-25)


### Bug Fixes

* default language selection ([70d2d16](https://github.com/blockbasti/just_another_workout_timer/commit/70d2d1677be37be66f3c0a637dc5b198fce460aa))
* set first TTS voice when changing language ([0190bb4](https://github.com/blockbasti/just_another_workout_timer/commit/0190bb42c17646c06a3d01896150273826f94407))


### Features

* add turkish language ([a8256f7](https://github.com/blockbasti/just_another_workout_timer/commit/a8256f738129d6b66f1db335411320ba32d4ee72))
* merge language selections in settings ([d522cd0](https://github.com/blockbasti/just_another_workout_timer/commit/d522cd059e346858a52ba7130c73104f7b96a106))
* select voice for TTS (closes [#98](https://github.com/blockbasti/just_another_workout_timer/issues/98)) ([8f87f96](https://github.com/blockbasti/just_another_workout_timer/commit/8f87f968e36c552ec9e3da0944de2cbf0121cd45))



## [1.9.1](https://github.com/blockbasti/just_another_workout_timer/compare/v1.9.0...v1.9.1) (2021-11-14)


Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/20220125.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# [1.10.0](https://github.com/blockbasti/just_another_workout_timer/compare/v1.9.1...v1.10.0) (2022-01-25) ### Bug Fixes CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml scripts default language selection ([70d2d16](https://github.com/blockbasti/just_another_workout_timer/commit/70d2d1677be37be66f3c0a637dc5b198fce460aa)) CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml scripts set first TTS voice when changing language ([0190bb4](https://github.com/blockbasti/just_another_workout_timer/commit/0190bb42c17646c06a3d01896150273826f94407)) ### Features CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml scripts add turkish language ([a8256f7](https://github.com/blockbasti/just_another_workout_timer/commit/a8256f738129d6b66f1db335411320ba32d4ee72)) CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml scripts merge language selections in settings ([d522cd0](https://github.com/blockbasti/just_another_workout_timer/commit/d522cd059e346858a52ba7130c73104f7b96a106)) CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml scripts select voice for TTS (closes [#98](https://github.com/blockbasti/just_another_workout_timer/issues/98)) ([8f87f96](https://github.com/blockbasti/just_another_workout_timer/commit/8f87f968e36c552ec9e3da0944de2cbf0121cd45))
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.9.1+20211114
version: 1.10.0+20220125

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

0 comments on commit 3689e18

Please sign in to comment.