diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3e537f7..47e537a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.3.1"} +{".":"4.4.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 2619e14..7c8831d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [4.4.0](https://github.com/ptarmiganlabs/ctrl-q/compare/ctrl-q-v4.3.1...ctrl-q-v4.4.0) (2024-11-29) + + +### Features + +* Add environment variables linked to all commands' options ([e3e969b](https://github.com/ptarmiganlabs/ctrl-q/commit/e3e969b9b43bc95ad8d8bfd4cb73d0f25ab09d9b)), closes [#568](https://github.com/ptarmiganlabs/ctrl-q/issues/568) + + +### Bug Fixes + +* **docs:** Fix broken Ctrl-Q logo in readme file ([c5b0f45](https://github.com/ptarmiganlabs/ctrl-q/commit/c5b0f454c54ce3b6dd33a44e108f58fd588c39e8)) + + +### Documentation + +* Add screen capture of task and app import to README file ([f1333f1](https://github.com/ptarmiganlabs/ctrl-q/commit/f1333f1919bc0356260546498b4a1ba322f369b8)) + ## [4.3.1](https://github.com/ptarmiganlabs/ctrl-q/compare/ctrl-q-v4.3.0...ctrl-q-v4.3.1) (2024-11-28) diff --git a/package-lock.json b/package-lock.json index 05153c7..ad79917 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ctrl-q", - "version": "4.3.1", + "version": "4.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ctrl-q", - "version": "4.3.1", + "version": "4.4.0", "license": "MIT", "dependencies": { "@qlik/api": "^1.25.0", diff --git a/package.json b/package.json index fe9f807..acf0ae8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ctrl-q", - "version": "4.3.1", + "version": "4.4.0", "description": "Command line tool for interacting with Qlik Sense Enterprise servers", "main": "ctrl-q.js", "scripts": {