Skip to content

Commit 3373127

Browse files
committed
v2.0.0
1 parent 2eab7f2 commit 3373127

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

55

66

7+
8+
## v2.0.0 (2023-11-16)
9+
10+
#### :rocket: Enhancement
11+
* [#23](https://github.com/TelemetryDeck/JavaScriptSDK/pull/23) Standalone SDK: Package for Browser and Node.js ([@pichfl](https://github.com/pichfl))
12+
13+
#### Committers: 3
14+
- Daniel Jilg ([@winsmith](https://github.com/winsmith))
15+
- Florian Pichler ([@pichfl](https://github.com/pichfl))
16+
- Michal Slepko ([@mslepko](https://github.com/mslepko))
17+
718
## v1.0.5 (2022-05-27)
819

920
#### :rocket: Enhancement

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@telemetrydeck/sdk",
3-
"version": "2.0.0-rc1",
3+
"version": "2.0.0",
44
"description": "Send analytics signals to TelemetryDeck",
55
"main": "dist/telemetrydeck.cjs",
66
"module": "dist/telemetrydeck.js",
@@ -71,4 +71,4 @@
7171
"sinon": "^15.2.0",
7272
"typescript": "^4.5.4"
7373
}
74-
}
74+
}

0 commit comments

Comments
 (0)