Skip to content

Commit 2f7b618

Browse files
committed
bump version
1 parent c7614dd commit 2f7b618

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"versions": [
3+
{
4+
"version": "3.19.0",
5+
"changes": {
6+
"new": [],
7+
"enhancements": [],
8+
"fixes": []
9+
},
10+
"contributions": []
11+
},
312
{
413
"version": "3.18.0",
514
"changes": {

src/common/telemetry/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version: string = "3.18.0";
1+
export const version: string = "3.19.0";

0 commit comments

Comments
 (0)