Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Aug 12, 2024
1 parent dd1e80a commit 036de64
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storypointer",
"version": "1.0.1",
"version": "1.1.0",
"description": "Small CLI tool to set JIRA Story Points and Priority",
"main": "src/main.ts",
"type": "commonjs",
Expand All @@ -27,6 +27,12 @@
"url": "https://github.com/redhat-plumbers-in-action/storypointer/issues"
},
"homepage": "https://github.com/redhat-plumbers-in-action/storypointer#readme",
"keywords": [
"cli",
"jira",
"storypoints",
"priority"
],
"dependencies": {
"@inquirer/select": "^2.4.7",
"@total-typescript/ts-reset": "^0.5.1",
Expand Down

0 comments on commit 036de64

Please sign in to comment.