From f77ba444c0d21fcddf5df1e716f2fe293d58e909 Mon Sep 17 00:00:00 2001 From: gioboa Date: Sat, 25 Apr 2020 14:24:14 +0200 Subject: [PATCH] v 0.20.0 Features - added start/stop issue timer Bug Fixes - minor fixes --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c56b05e..a1affd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.20.0 + +### Features + +- added start/stop issue timer + +### Bug Fixes + +- minor fixes + ## 0.19.0 ### Features diff --git a/package.json b/package.json index 587f738..567468f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "jira-plugin", "displayName": "Jira Plugin", "description": "Manage your on-premises/cloud Jira in vscode", - "version": "0.19.1-alpha1", + "version": "0.20.0", "publisher": "gioboa", "icon": "images/icons/icon.png", "galleryBanner": {