From 036de64ade46cb593bd7cf1ba453b77c0ab2f6a1 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Mon, 12 Aug 2024 16:26:57 +0200 Subject: [PATCH] 1.1.0 --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b1c4cd..125efc9 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",