Skip to content

Commit 7c3c5eb

Browse files
committed
v0.1.6
1 parent 09da081 commit 7c3c5eb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -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+
19
## 0.1.5
210

311
### Fixes

biloba.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
"github.com/chromedp/chromedp"
3030
)
3131

32-
const BILOBA_VERSION = "0.1.5"
32+
const BILOBA_VERSION = "0.1.6"
3333

3434
/*
3535
GinkgoTInterface is the interface by which Biloba receives GinkgoT()

0 commit comments

Comments
 (0)