Skip to content

Commit 0dee1a1

Browse files
committed
chainlp release 0.0.7
1 parent f868a39 commit 0dee1a1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangelogChainLP.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.0.7
2+
3+
* [#44](../../issues/44) Project's metrics: Build Duration and Test Growth graph link to invalid buildId
4+
* [#55](../../issues/55) ChainLP: Not able to delete Project
5+
16
## 0.0.6
27

38
* [#43](../../issues/43) Build Id in the Header is invalid

chainlp/frontend/chainlp/src/app/pages/settings/settings.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export class SettingsComponent implements OnInit, OnDestroy {
1717

1818
error: any;
1919
active: number = 1;
20-
version: string = '0.0.6';
20+
version: string = '0.0.7';
2121

2222
/* theme */
2323
themes: Theme[] = [

0 commit comments

Comments
 (0)