Skip to content

Commit b2a8193

Browse files
committed
v1.0.1
1 parent 60f9329 commit b2a8193

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,4 +1,13 @@
11

2+
3+
## v1.0.1 (2022-01-21)
4+
5+
#### :house: Internal
6+
* [#3](https://github.com/TelemetryDeck/JavaScriptSDK/pull/3) Update package and release configuration ([@pichfl](https://github.com/pichfl))
7+
8+
#### Committers: 1
9+
- Florian Pichler ([@pichfl](https://github.com/pichfl))
10+
211
## v1.0.0 (2022-01-21)
312

413
#### :rocket: Enhancement

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

0 commit comments

Comments
 (0)