diff --git a/CHANGELOG.md b/CHANGELOG.md index 54cd9a4..4592143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.6.3] - Generic step usage comment (by @lsaudon) + +* Add a comment to the generated step implementation to show how to use the generated step + ## [1.6.2] - Generic step generation improvement (by @lsaudon) * Automatically detect parameter names in scenario outlines diff --git a/pubspec.yaml b/pubspec.yaml index f6b12bd..7f0203c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: bdd_widget_test description: A BDD-style widget testing library. Generates Flutter widget tests from *.feature files. -version: 1.6.2 +version: 1.6.3 repository: https://github.com/olexale/bdd_widget_test issue_tracker: https://github.com/olexale/bdd_widget_test/issues