Skip to content

Commit 156b29b

Browse files
committed
Release 1.0.0
1 parent 5ecec8f commit 156b29b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.0.0
2+
3+
* 🎉 First major version!
4+
* ✨ Upgrade gherkin library from 2.0.8 -> 3.0.1
5+
* 🐞 Fix screenshot bug: screenshot can now be taken at any moment during the test.
6+
17
## 0.4
28

39
* Fix test execution status on Exception

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ This README is based on some [gherkin](https://pub.dev/packages/gherkin) README
8080
In the `pubspec.yaml` of your project, add the `gherkin_widget_extension` library in `dev_dependencies` :
8181

8282
```yaml
83-
gherkin_widget_extension: ^0.0.2
83+
gherkin_widget_extension: ^1.0.0
8484
```
8585
8686
Then run `pub get` to download the dependency.

0 commit comments

Comments
 (0)