diff --git a/Changelog b/Changelog index e294731..b355805 100644 --- a/Changelog +++ b/Changelog @@ -2,11 +2,23 @@ +## [1.2.0] - 2024-04-22 + +### 🚀 Features + +- Added executablesContainingSlot(name) public method + +### 📚 Documentation + +- Minor CONTRIBUTIND.md improvement +- Minor CONTRIBUTIND.md improvement + ## [1.1.2] - 2024-04-07 ### ⚙️ Miscellaneous Tasks - Add more logging +- Bump version ## [1.1.1] - 2024-04-07 diff --git a/package-lock.json b/package-lock.json index ef09df5..89e80fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iamsergio/qttest-utils", - "version": "1.1.2", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@iamsergio/qttest-utils", - "version": "1.1.2", + "version": "1.2.0", "license": "MIT", "devDependencies": { "@types/node": "^18.15.0", diff --git a/package.json b/package.json index fe486bc..c02a618 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iamsergio/qttest-utils", - "version": "1.1.2", + "version": "1.2.0", "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",