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