Skip to content

Commit

Permalink
Merge pull request #269 from ptarmiganlabs/release-please--branches--…
Browse files Browse the repository at this point in the history
…main--components--butler-sheet-icons

chore(main): release butler-sheet-icons 3.0.0
  • Loading branch information
mountaindude committed Jan 3, 2023
2 parents 187a186 + 85e8f3a commit 22df8d3
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1 +1 @@
{"src":"2.1.5"}
{"src":"3.0.0"}
19 changes: 19 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit 22df8d3

Please sign in to comment.