From 85e8f3ac8c43d03dc5e8e6634f27d54287951a15 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 10:39:59 +0000 Subject: [PATCH] chore(main): release butler-sheet-icons 3.0.0 --- .release-please-manifest.json | 2 +- src/CHANGELOG.md | 19 +++++++++++++++++++ src/package-lock.json | 2 +- src/package.json | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index add09975..0e57eca3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"src":"2.1.5"} \ No newline at end of file +{"src":"3.0.0"} \ No newline at end of file diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 280a9b25..214bdaaa 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,6 +1,25 @@ # Changelog +## [3.0.0](https://github.com/ptarmiganlabs/butler-sheet-icons/compare/butler-sheet-icons-v2.1.5...butler-sheet-icons-v3.0.0) (2023-01-03) + + +### ⚠ BREAKING CHANGES + +* Add support for different Sense versions via command line parameter + +### Features + +* Add support for different Sense versions via command line parameter ([eb9b6f0](https://github.com/ptarmiganlabs/butler-sheet-icons/commit/eb9b6f0c09642115b75642ca4a994b66097f3c7f)), closes [#264](https://github.com/ptarmiganlabs/butler-sheet-icons/issues/264) +* Always show engine version when connecting to Qlik Sense ([ab9f1ed](https://github.com/ptarmiganlabs/butler-sheet-icons/commit/ab9f1ed0b7d3c86817bd549a6db496118f1a31d1)), closes [#267](https://github.com/ptarmiganlabs/butler-sheet-icons/issues/267) +* Better error logging when thumbnail creation fails ([290dfe0](https://github.com/ptarmiganlabs/butler-sheet-icons/commit/290dfe0905468aceaebd1ca2ac2b5ae9b2f0829d)), closes [#266](https://github.com/ptarmiganlabs/butler-sheet-icons/issues/266) +* Show app name and publish status as apps are processed ([31d6bdb](https://github.com/ptarmiganlabs/butler-sheet-icons/commit/31d6bdb15a0a0850008b7bcf530bbc474bb0784a)), closes [#263](https://github.com/ptarmiganlabs/butler-sheet-icons/issues/263) + + +### Miscellaneous + +* **deps:** Update dependencies ([f402f5e](https://github.com/ptarmiganlabs/butler-sheet-icons/commit/f402f5edcce79f7f8298c430de95c772a4dc179a)) + ## [2.1.5](https://github.com/ptarmiganlabs/butler-sheet-icons/compare/butler-sheet-icons-v2.1.4...butler-sheet-icons-v2.1.5) (2022-12-05) diff --git a/src/package-lock.json b/src/package-lock.json index 15106c85..f4c90cce 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -1,6 +1,6 @@ { "name": "butler-sheet-icons", - "version": "2.1.5", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/src/package.json b/src/package.json index 59192c15..7e83e93d 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "butler-sheet-icons", - "version": "2.1.5", + "version": "3.0.0", "description": "Creates thumbnail images based on sheets in Qlik Sense applications", "main": "butler-sheet-icons.js", "scripts": {