We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb0934 commit 94a11daCopy full SHA for 94a11da
CHANGELOG.md
@@ -1,6 +1,15 @@
1
2
3
4
+
5
+## v1.0.3 (2022-03-21)
6
7
+#### :bug: Bug Fix
8
+* [#7](https://github.com/TelemetryDeck/JavaScriptSDK/pull/7) Publish SDK Version with each request ([@winsmith](https://github.com/winsmith))
9
10
+#### Committers: 1
11
+- Daniel Jilg ([@winsmith](https://github.com/winsmith))
12
13
## v1.0.2 (2022-03-21)
14
15
#### :house: Internal
package.json
@@ -1,6 +1,6 @@
{
"name": "@telemetrydeck/sdk",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "Send analytics signals to TelemetryDeck",
"main": "dist/telemetrydeck.js",
"module": "dist/telemetrydeck.mjs",
0 commit comments