Skip to content

Commit 49045c5

Browse files
committed
v1.0.4
1 parent 2b8771d commit 49045c5

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
@@ -2,6 +2,15 @@
22

33

44

5+
6+
## v1.0.4 (2022-03-23)
7+
8+
#### :bug: Bug Fix
9+
* [#8](https://github.com/TelemetryDeck/JavaScriptSDK/pull/8) Always attach a TelemetryDeck SDK instance to window ([@pichfl](https://github.com/pichfl))
10+
11+
#### Committers: 1
12+
- Florian Pichler ([@pichfl](https://github.com/pichfl))
13+
514
## v1.0.3 (2022-03-21)
615

716
#### :bug: Bug Fix

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.3",
3+
"version": "1.0.4",
44
"description": "Send analytics signals to TelemetryDeck",
55
"main": "dist/telemetrydeck.js",
66
"module": "dist/telemetrydeck.mjs",

0 commit comments

Comments
 (0)