We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b273508 commit 58a5f3bCopy full SHA for 58a5f3b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "storypointer",
3
- "version": "1.9.0",
+ "version": "1.10.0",
4
"description": "Small CLI tool to set JIRA Story Points and Priority",
5
"main": "src/main.ts",
6
"type": "commonjs",
src/cli.ts
@@ -31,7 +31,7 @@ export function cli(): Command {
31
.description(
32
'📐 Small CLI tool to set JIRA Story Points, Priority and Severity'
33
)
34
- .version('1.9.0');
+ .version('1.10.0');
35
36
program
37
.option(
0 commit comments