From 3afced04b30abbe404115951abbf527373653b47 Mon Sep 17 00:00:00 2001 From: Elon Mallin Date: Tue, 14 Nov 2023 00:57:51 +0100 Subject: [PATCH] fix: update packge.json 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 14c1630..7b7426e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 4fc3461..69674b8 100644 --- a/package.json +++ b/package.json @@ -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": {