From ee0e16a21675f68d61239d30499757a0c90ca170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20R=C3=BCtten?= Date: Fri, 25 Jan 2019 17:14:35 +0100 Subject: [PATCH] Release 1.4.0 Introduces a new verbose mode Fixes a caching issue Improves the error handling --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b260b2..19fe5fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jira-activity", - "version": "1.3.0", + "version": "1.4.0", "description": "This tool parses your jira activity stream and returns a list of your workitems grouped by day.", "main": "index.ts", "bin": {