Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
onsi committed Mar 10, 2023
1 parent f8963b6 commit fd17686
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.1

### Fixes
- add focus/blur events when setting value [f8963b6]

### Maintenance
- Minor typos found when learning about awesome Biloba and chromedp [47ef44f]

## 0.1.0

- First release!
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.0"
const BILOBA_VERSION = "0.1.1"

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

0 comments on commit fd17686

Please sign in to comment.