We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 779278e commit 579c569Copy full SHA for 579c569
2 files changed
CHANGELOG.json
@@ -1,5 +1,14 @@
1
{
2
"versions": [
3
+ {
4
+ "version": "3.10.0",
5
+ "changes": {
6
+ "new": [],
7
+ "enhancements": [],
8
+ "fixes": []
9
+ },
10
+ "contributions": []
11
12
13
"version": "3.9.0",
14
"changes": {
src/common/telemetry/version.ts
@@ -1 +1 @@
-export const version: string = "3.9.0";
+export const version: string = "3.10.0";
0 commit comments