Skip to content

Commit 94a11da

Browse files
committed
v1.0.3
1 parent 0eb0934 commit 94a11da

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11

22

33

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+
413
## v1.0.2 (2022-03-21)
514

615
#### :house: Internal

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@telemetrydeck/sdk",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Send analytics signals to TelemetryDeck",
55
"main": "dist/telemetrydeck.js",
66
"module": "dist/telemetrydeck.mjs",

0 commit comments

Comments
 (0)