Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Aug 14, 2024
1 parent 3b3674b commit 31f20af
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storypointer",
"version": "1.3.0",
"version": "1.4.0",
"description": "Small CLI tool to set JIRA Story Points and Priority",
"main": "src/main.ts",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion rpm/nodejs-storypointer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global npm_name storypointer

Name: nodejs-%{npm_name}
Version: 1.3.0
Version: 1.4.0
Release: %autorelease
Summary: Simple CLI tool to set JIRA Story Points and Priority

Expand Down
1 change: 0 additions & 1 deletion src/util.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { OptionValues } from 'commander';
import os from 'os';
import { env } from 'process';

export function raise(error: string): never {
throw new Error(error);
Expand Down

0 comments on commit 31f20af

Please sign in to comment.