From cbf738d673453cd367ff440860790711476393c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Doma=C5=84ski?= Date: Mon, 21 Sep 2020 19:06:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20=20Version=201.0.3=20is?= =?UTF-8?q?=20here!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9865eb3..b7ce41a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to the "vscode-redmine" extension will be documented in this ## [Unreleased] +## 1.0.3 - 21.09.2020 + ### Fixed - [Issue #30](https://github.com/rozpuszczalny/vscode-redmine/issues/30) diff --git a/package-lock.json b/package-lock.json index 92c2b45..1c91660 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-redmine", - "version": "0.5.1", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e18ae70..42ecce4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-redmine", "displayName": "Redmine", "description": "Integration with VSCode and Redmine", - "version": "1.0.2", + "version": "1.0.3", "publisher": "rozpuszczalny", "license": "MIT", "icon": "logo.png",