File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
6
6
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
+
7
18
## v1.0.5 (2022-05-27)
8
19
9
20
#### :rocket : Enhancement
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @telemetrydeck/sdk" ,
3
- "version" : " 2.0.0-rc1 " ,
3
+ "version" : " 2.0.0" ,
4
4
"description" : " Send analytics signals to TelemetryDeck" ,
5
5
"main" : " dist/telemetrydeck.cjs" ,
6
6
"module" : " dist/telemetrydeck.js" ,
71
71
"sinon" : " ^15.2.0" ,
72
72
"typescript" : " ^4.5.4"
73
73
}
74
- }
74
+ }
You can’t perform that action at this time.
0 commit comments