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 9, 2021
1 parent e0e1a0d commit b70defe
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [1.3.0](https://github.com/blockbasti/just_another_workout_timer/compare/v1.2.0...v1.3.0) (2021-02-09)


### Bug Fixes

* max length on input fields (fixes [#15](https://github.com/blockbasti/just_another_workout_timer/issues/15)) ([cce44ce](https://github.com/blockbasti/just_another_workout_timer/commit/cce44ceb3bbc51eec9a4bad9d297356d49968cdc))
* progressbar value was wrong during first countdown ([a2688b1](https://github.com/blockbasti/just_another_workout_timer/commit/a2688b13805fc63afd8483a69bc3d470c1b70dca))


### Features

* add option to view project on GitHub ([0dbd9bf](https://github.com/blockbasti/just_another_workout_timer/commit/0dbd9bf3830749d807d936aeaeb0825c22a30ba2))
* add setting to not announce upcoming exercise ([f8fc425](https://github.com/blockbasti/just_another_workout_timer/commit/f8fc425f83e18beda659f3b3a4591b52c8eb93df))


### Performance Improvements

* improve scrolling performance ([02fdd67](https://github.com/blockbasti/just_another_workout_timer/commit/02fdd679932b76420cba3f0d3e72df43f82ab20a))



# [1.2.0](https://github.com/blockbasti/just_another_workout_timer/compare/v1.1.1...v1.2.0) (2021-02-05)


Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/20210209.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# [1.3.0](https://github.com/blockbasti/just_another_workout_timer/compare/v1.2.0...v1.3.0) (2021-02-09) ### Bug Fixes CHANGELOG.md LICENSE README.md android assets fastlane lib pubspec.lock pubspec.yaml test max length on input fields (fixes [#15](https://github.com/blockbasti/just_another_workout_timer/issues/15)) ([cce44ce](https://github.com/blockbasti/just_another_workout_timer/commit/cce44ceb3bbc51eec9a4bad9d297356d49968cdc)) CHANGELOG.md LICENSE README.md android assets fastlane lib pubspec.lock pubspec.yaml test progressbar value was wrong during first countdown ([a2688b1](https://github.com/blockbasti/just_another_workout_timer/commit/a2688b13805fc63afd8483a69bc3d470c1b70dca)) ### Features CHANGELOG.md LICENSE README.md android assets fastlane lib pubspec.lock pubspec.yaml test add option to view project on GitHub ([0dbd9bf](https://github.com/blockbasti/just_another_workout_timer/commit/0dbd9bf3830749d807d936aeaeb0825c22a30ba2)) CHANGELOG.md LICENSE README.md android assets fastlane lib pubspec.lock pubspec.yaml test add setting to not announce upcoming exercise ([f8fc425](https://github.com/blockbasti/just_another_workout_timer/commit/f8fc425f83e18beda659f3b3a4591b52c8eb93df)) ### Performance Improvements CHANGELOG.md LICENSE README.md android assets fastlane lib pubspec.lock pubspec.yaml test improve scrolling performance ([02fdd67](https://github.com/blockbasti/just_another_workout_timer/commit/02fdd679932b76420cba3f0d3e72df43f82ab20a))
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.2.0+20210205
version: 1.3.0+20210209

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

0 comments on commit b70defe

Please sign in to comment.