Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mashafrancis committed Oct 4, 2020
1 parent 5ab2c77 commit 8d82082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ const singleLineString = (strings: string | string[], ...values: any[]) => {
.trim();
};

export default {
export {
gitHubEndpoints,
gitHubCreateIssue,
issueBody,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-bug-trace",
"version": "1.1.0",
"version": "2.0.0",
"description": "Powerful bug profiling and tracking library. Automatically creates github issues",
"main": "index.ts",
"license": "MIT",
Expand Down

0 comments on commit 8d82082

Please sign in to comment.