Skip to content

Commit a9059cb

Browse files
add missing changelog item (#3655)
Since v 1.80.0 did not have any explicit changes from 'npm run newChange', nothing was added to the changelog and this caused the 1.80.0 entry to be missing Signed-off-by: Nikolas Komonen <[email protected]>
1 parent 23adb44 commit a9059cb

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.changes/1.80.0.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"date": "2023-07-05",
3+
"version": "1.80.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Fix function that determined who was a first time user"
8+
}
9+
]
10+
}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.80.0 2023-07-05
2+
3+
- **Bug Fix** Fix function that determined who was a first time user
4+
15
## 1.79.0 2023-06-30
26

37
- **Feature** New Add Connection workflow

0 commit comments

Comments
 (0)