Skip to content

Commit a6d223a

Browse files
authored
chore: release v4.2.3 (#53)
Scanned-by: gitleaks 8.30.0 # Description Release v4.2.3 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Released analytics-go library version 4.2.3. Updated all associated test fixtures and test documentation to reflect the new library version. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 05d52bd commit a6d223a

14 files changed

+16
-16
lines changed

analytics.go

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

2020
// Version of the client.
21-
const Version = "4.2.2"
21+
const Version = "4.2.3"
2222

2323
// This interface is the main API exposed by the analytics package.
2424
// 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.2"
235+
// "version": "4.2.3"
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.2"
7+
"version": "4.2.3"
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.2"
13+
"version": "4.2.3"
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.2"
13+
"version": "4.2.3"
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.2"
12+
"version": "4.2.3"
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.2"
13+
"version": "4.2.3"
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.2"
13+
"version": "4.2.3"
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.2"
18+
"version": "4.2.3"
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.2"
25+
"version": "4.2.3"
2626
}
2727
}
2828
}

0 commit comments

Comments
 (0)