Skip to content

Commit 95a32f6

Browse files
committed
chore: release v4.2.1
1 parent e858059 commit 95a32f6

14 files changed

+16
-16
lines changed

analytics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
)
1818

1919
// Version of the client.
20-
const Version = "4.2.0"
20+
const Version = "4.2.1"
2121

2222
// This interface is the main API exposed by the analytics package.
2323
// Values that satsify this interface are returned by the client constructors

analytics_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ func ExampleTrack() {
232232
// "context": {
233233
// "library": {
234234
// "name": "analytics-go",
235-
// "version": "4.2.0"
235+
// "version": "4.2.1"
236236
// }
237237
// },
238238
// "event": "Download",

fixtures/test-context-track.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"context": {
55
"library": {
66
"name": "analytics-go",
7-
"version": "4.2.0"
7+
"version": "4.2.1"
88
},
99
"whatever": "here"
1010
},

fixtures/test-enqueue-alias.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"context": {
1111
"library": {
1212
"name": "analytics-go",
13-
"version": "4.2.0"
13+
"version": "4.2.1"
1414
}
1515
},
1616
"channel": "server"

fixtures/test-enqueue-group.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"context": {
1111
"library": {
1212
"name": "analytics-go",
13-
"version": "4.2.0"
13+
"version": "4.2.1"
1414
}
1515
},
1616
"channel": "server",

fixtures/test-enqueue-identify.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"context": {
1010
"library": {
1111
"name": "analytics-go",
12-
"version": "4.2.0"
12+
"version": "4.2.1"
1313
}
1414
},
1515
"channel": "server"

fixtures/test-enqueue-page.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"context": {
1111
"library": {
1212
"name": "analytics-go",
13-
"version": "4.2.0"
13+
"version": "4.2.1"
1414
}
1515
},
1616
"channel": "server",

fixtures/test-enqueue-screen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"context": {
1111
"library": {
1212
"name": "analytics-go",
13-
"version": "4.2.0"
13+
"version": "4.2.1"
1414
}
1515
},
1616
"channel": "server",

fixtures/test-enqueue-track.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"context": {
1616
"library": {
1717
"name": "analytics-go",
18-
"version": "4.2.0"
18+
"version": "4.2.1"
1919
}
2020
},
2121
"anonymousId": "789012",

fixtures/test-integrations-track.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"context": {
2323
"library": {
2424
"name": "analytics-go",
25-
"version": "4.2.0"
25+
"version": "4.2.1"
2626
}
2727
}
2828
}

0 commit comments

Comments
 (0)