diff --git a/CHANGELOG.md b/CHANGELOG.md index 598bbe6..ed07ed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.7.6] - Add relativeToTestFolder + +* Add `relativeToTestFolder` option to control the generated step file location + ## [1.7.5] - Generic step generation fix * Fix generic step generation when parameters combined with data tables diff --git a/pubspec.yaml b/pubspec.yaml index 38be8fa..df5652d 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.7.5 +version: 1.7.6 repository: https://github.com/olexale/bdd_widget_test issue_tracker: https://github.com/olexale/bdd_widget_test/issues