We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09da081 commit 7c3c5ebCopy full SHA for 7c3c5eb
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 0.1.6
2
+
3
+### Fixes
4
+- catch edge case where the _biloba object isn't available because the browser is in the middle of a redirect [d9df233]
5
6
+### Maintenance
7
+- bump ginkgo [09da081]
8
9
## 0.1.5
10
11
### Fixes
biloba.go
@@ -29,7 +29,7 @@ import (
29
"github.com/chromedp/chromedp"
30
)
31
32
-const BILOBA_VERSION = "0.1.5"
+const BILOBA_VERSION = "0.1.6"
33
34
/*
35
GinkgoTInterface is the interface by which Biloba receives GinkgoT()
0 commit comments