From 39f0bca7252dfe5a15a25356e0efc8f47c7209a6 Mon Sep 17 00:00:00 2001 From: "M. Eren Akbiyik" Date: Mon, 21 Feb 2022 01:16:07 +0100 Subject: [PATCH] v0.5.0 --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39c48cc..84b5a0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] - XX.XX.XXXX +## [0.5.0] - 21.02.2022 ### Added - Test results are reported as soon as the test is run, instead of waiting for the file to be exhausted. diff --git a/package-lock.json b/package-lock.json index b302ba1..2102675 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-r-test-adapter", - "version": "0.4.1", + "version": "0.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-r-test-adapter", - "version": "0.4.1", + "version": "0.5.0", "license": "MIT", "dependencies": { "lookpath": "^1.2.2", diff --git a/package.json b/package.json index 23a4794..385ec55 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "icon": "img/icon.png", "author": "M. Eren Akbiyik ", "publisher": "meakbiyik", - "version": "0.4.1", + "version": "0.5.0", "license": "MIT", "homepage": "https://github.com/meakbiyik/vscode-r-test-adapter", "repository": {