Skip to content

Commit

Permalink
fix: update packge.json version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
elonmallin committed Nov 13, 2023
1 parent 691ea13 commit 3afced0
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 @@
# [4.4.0](https://github.com/elonmallin/vscode-phpunit/releases/tag/4.4.0)
- **Bugfix:** Wrap test suites with single quotes

# [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.

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.2",
"version": "4.4.0",
"publisher": "emallin",
"icon": "images/phpunit.png",
"engines": {
Expand Down

0 comments on commit 3afced0

Please sign in to comment.