Skip to content

Commit c6eb5fc

Browse files
committed
💄
1 parent 743faf6 commit c6eb5fc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Gitpod",
44
"description": "Gitpod Support",
55
"publisher": "gitpod",
6-
"version": "0.0.62",
6+
"version": "0.0.63",
77
"license": "MIT",
88
"icon": "resources/gitpod.png",
99
"repository": {

‎src/releaseNotes.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,8 @@ export class ReleaseNotes extends Disposable {
145145
const releaseId = await this.getLastPublish();
146146
console.log(`gitpod release notes lastReadId: ${lastReadId}, latestReleaseId: ${releaseId}`);
147147
if (releaseId !== lastReadId) {
148-
// this.createOrShow();
148+
this.createOrShow();
149149
}
150-
this.createOrShow();
151150
}
152151

153152
public createOrShow() {

0 commit comments

Comments
 (0)