Skip to content

Commit

Permalink
chore: bump version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
elonmallin committed Aug 12, 2020
1 parent d541dae commit a155968
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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>`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit a155968

Please sign in to comment.