diff --git a/package.json b/package.json index 7b91d1e2..8812c7a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jira-connector", - "version": "3.0.1", + "version": "3.0.2", "description": "Easy to use NodeJS wrapper for the Jira REST API.", "keywords": [ "JIRA", diff --git a/types/models/temp.d.ts b/types/models/temp.d.ts index 6c44c966..6eb47c32 100644 --- a/types/models/temp.d.ts +++ b/types/models/temp.d.ts @@ -1,6 +1,5 @@ import { IssuesStatusForFixVersion, Operation } from "./version"; - export interface Sprint { id: string; self: string;