Skip to content

Commit f9dc8d1

Browse files
committed
v3.0.0
1 parent 2112db6 commit f9dc8d1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.JSON

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
22
"versions": [
3+
{
4+
"version": "3.0.0",
5+
"changes": {
6+
"new": [
7+
"SharePoint Framework v1.12 support",
8+
"FLuent UI v7 support"
9+
],
10+
"enhancements": [],
11+
"fixes": []
12+
},
13+
"contributions": []
14+
},
315
{
416
"version": "2.6.0",
517
"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 = "2.6.0";
1+
export const version: string = "3.0.0";

0 commit comments

Comments
 (0)