Skip to content

Commit

Permalink
Merge pull request #49 from wirepair/bump_version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
wirepair authored Jun 8, 2021
2 parents 5064883 + eb6cc53 commit 55da6a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Changelog (2021)
- 2.1.4 (June 8th) Added a chrome exit handler from @camswords.
- 2.1.3 (June 4th): Fix a potential blocked channel if chrome fails to start and debug port probe fails
- 2.1.2 (May 23rd): Update to chrome version 90.0.4430.212
- Implementation of an observer package to allow inspection of messages between gcd/browser by @camswords
Expand Down
12 changes: 6 additions & 6 deletions v2/gcd.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import (

var json = jsoniter.ConfigCompatibleWithStandardLibrary

var GCDVERSION = "v2.1.3"
var GCDVERSION = "v2.1.4"

var (
ErrNoTabAvailable = errors.New("no available tab found")
Expand Down Expand Up @@ -90,11 +90,11 @@ type Gcd struct {
flags []string
env []string
chomeApiVersion string
ctx context.Context
logger Log
debugEvents bool
debug bool
messageObserver observer.MessageObserver
ctx context.Context
logger Log
debugEvents bool
debug bool
messageObserver observer.MessageObserver
}

// Give it a friendly name.
Expand Down

0 comments on commit 55da6a5

Please sign in to comment.