From 9490d34bc87a4e3e932b9db10b0d2f177d0e67b6 Mon Sep 17 00:00:00 2001 From: Onsi Fakhouri Date: Tue, 2 May 2023 21:29:44 -0600 Subject: [PATCH] v0.1.4 --- CHANGELOG.md | 5 +++++ biloba.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 919c838..0d91e50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.1.4 + +### Features +- emit failure message when running with BILOBA_INTERACTIVE=true [777f184] + ## 0.1.3 ### Features diff --git a/biloba.go b/biloba.go index 148207f..ab8ccbe 100644 --- a/biloba.go +++ b/biloba.go @@ -29,7 +29,7 @@ import ( "github.com/chromedp/chromedp" ) -const BILOBA_VERSION = "0.1.3" +const BILOBA_VERSION = "0.1.4" /* GinkgoTInterface is the interface by which Biloba receives GinkgoT()