diff --git a/Changelog b/Changelog index 8d19ce8..7e26f1d 100644 --- a/Changelog +++ b/Changelog @@ -2,12 +2,33 @@ +## [2.2.1] - 2024-05-02 + +### ๐Ÿ› Bug Fixes + +- Fix running non-Qt tests +- Harden code against exception when reading .tap file + +### ๐Ÿงช Testing + +- Try fixing tests on macOS/Windows +- Try harder to fix macOS/Windows tests + +### โš™๏ธ Miscellaneous Tasks + +- Ran code format on tests +- Run codeformat on qttest.ts + ## [2.2.0] - 2024-04-25 ### ๐Ÿš€ Features - Allow to workaround microsoft/vscode-cmake-tools-api/issues/7 +### โš™๏ธ Miscellaneous Tasks + +- Bump version + ## [2.1.1] - 2024-04-25 ### ๐Ÿ› Bug Fixes diff --git a/package-lock.json b/package-lock.json index 3be7a12..4aa6e97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iamsergio/qttest-utils", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@iamsergio/qttest-utils", - "version": "2.2.0", + "version": "2.2.1", "license": "MIT", "devDependencies": { "@types/node": "^18.15.0", diff --git a/package.json b/package.json index 67d3adc..a2751c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iamsergio/qttest-utils", - "version": "2.2.0", + "version": "2.2.1", "description": "API for listing QtTest executables from a build directory and which individual test slots each executable contains. Useful for a Text Explorer VSCode extension.", "repository": { "type": "git",