Skip to content

Commit 20acefd

Browse files
committed
v0.1.5
1 parent 4c0f7fb commit 20acefd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.1.5
2+
3+
### Fixes
4+
- Correctly escape quote characters when constructing XPath queries [7ef2785]
5+
16
## 0.1.4
27

38
### Features

biloba.go

Lines changed: 1 addition & 1 deletion
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.4"
32+
const BILOBA_VERSION = "0.1.5"
3333

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

0 commit comments

Comments
 (0)