From a155968807ad576f64e5b95472df41c06a7efab2 Mon Sep 17 00:00:00 2001 From: Elon Mallin <elon.mallin@nordax.se> Date: Wed, 12 Aug 2020 13:30:23 +0200 Subject: [PATCH] chore: bump version and changelog --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d4fd9e..14c1630 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# [v4.1.1](https://github.com/elonmallin/vscode-phpunit/releases/tag/v4.1.1) +- **Bugfix:** Don't stack up --color in the output command for each run. + # [v4.1.0](https://github.com/elonmallin/vscode-phpunit/releases/tag/v4.1.0) - Handle `xml` files in `Run: Test` to enable running `<testsuites>` from `**phpunit.xml**` files. - Add `Run: Test Suite` to quick pick from all `**phpunit.xml**` files and then quick pick from all `<testsuites>`. diff --git a/package.json b/package.json index 537669b..35f4cdc 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "phpunit", "displayName": "PHPUnit", "description": "Run PHPUnit tests from VSCode.", - "version": "4.1.0", + "version": "4.1.1", "publisher": "emallin", "icon": "images/phpunit.png", "engines": {