Skip to content

Commit

Permalink
v 0.18.4
Browse files Browse the repository at this point in the history
Bug Fixes

- removed obsolete method
  • Loading branch information
gioboa committed Oct 21, 2019
1 parent 43364a1 commit 9981635
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.18.4

### Bug Fixes

- removed obsolete method

## 0.18.3

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jira-plugin",
"displayName": "Jira Plugin",
"description": "Manage your on-premises/cloud Jira in vscode",
"version": "0.18.3",
"version": "0.18.4",
"publisher": "gioboa",
"icon": "images/icons/icon.png",
"galleryBanner": {
Expand Down
4 changes: 0 additions & 4 deletions src/services/http.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ export class Jira implements IJira {
});

patchJiraInstance(this.jiraInstance);

if (!!this.jiraInstance.testConnection) {
this.jiraInstance.testConnection();
}
}

async getCloudSession(): Promise<{ name: string; value: string }> {
Expand Down

0 comments on commit 9981635

Please sign in to comment.