Skip to content

Commit 0219cfb

Browse files
committed
v1.0.5
1 parent c6b24f6 commit 0219cfb

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
@@ -3,6 +3,15 @@
33

44

55

6+
7+
## v1.0.5 (2022-05-27)
8+
9+
#### :rocket: Enhancement
10+
* [#10](https://github.com/TelemetryDeck/JavaScriptSDK/pull/10) Improve error message when crypto is not available ([@winsmith](https://github.com/winsmith))
11+
12+
#### Committers: 1
13+
- Daniel Jilg ([@winsmith](https://github.com/winsmith))
14+
615
## v1.0.4 (2022-03-23)
716

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

0 commit comments

Comments
 (0)