Skip to content

Commit

Permalink
v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
onsi committed Sep 18, 2023
1 parent 09da081 commit 7c3c5eb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.1.6

### Fixes
- catch edge case where the _biloba object isn't available because the browser is in the middle of a redirect [d9df233]

### Maintenance
- bump ginkgo [09da081]

## 0.1.5

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion biloba.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"github.com/chromedp/chromedp"
)

const BILOBA_VERSION = "0.1.5"
const BILOBA_VERSION = "0.1.6"

/*
GinkgoTInterface is the interface by which Biloba receives GinkgoT()
Expand Down

0 comments on commit 7c3c5eb

Please sign in to comment.