Skip to content

Commit

Permalink
Merge pull request #32 from ptarmiganlabs/release-please--branches--m…
Browse files Browse the repository at this point in the history
…aster--components--butler-icon-upload

chore(master): release butler-icon-upload 2.2.0
  • Loading branch information
mountaindude authored Feb 1, 2022
2 parents 35897c1 + 4c768d2 commit 4e3e0fe
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.1.0"
".": "2.2.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## [2.2.0](https://github.com/ptarmiganlabs/butler-icon-upload/compare/butler-icon-upload-v2.1.0...butler-icon-upload-v2.2.0) (2022-02-01)


### Features

* Add automatic release mgmt ([71da54f](https://github.com/ptarmiganlabs/butler-icon-upload/commit/71da54f43fe29c4a6a152c72df90df5fef73ba2b)), closes [#24](https://github.com/ptarmiganlabs/butler-icon-upload/issues/24)
* Add options for timing of image uploads ([e09e3ef](https://github.com/ptarmiganlabs/butler-icon-upload/commit/e09e3eff63772fbd26f3955a26bfa92a18b4b43d)), closes [#36](https://github.com/ptarmiganlabs/butler-icon-upload/issues/36)
* Add proper image upload queue ([ee87e9a](https://github.com/ptarmiganlabs/butler-icon-upload/commit/ee87e9a865c6ab5137d7b7d76122fdc5a1050a39)), closes [#35](https://github.com/ptarmiganlabs/butler-icon-upload/issues/35)
* Better log output when errors occur ([3faf4f5](https://github.com/ptarmiganlabs/butler-icon-upload/commit/3faf4f5f2b924b0aef24fd51ddf7869653987b31))
* Show in log how many files will be uploaded ([53cd882](https://github.com/ptarmiganlabs/butler-icon-upload/commit/53cd88233716317fa9b09ddf1f02ee7afd60adbc)), closes [#33](https://github.com/ptarmiganlabs/butler-icon-upload/issues/33)


### Refactoring

* Add settings for Visual Studio Code ([05202fe](https://github.com/ptarmiganlabs/butler-icon-upload/commit/05202fe0373afdf436f7c3e6ca2416cbcf567bbd))
* Better source code formatting and linting ([ffa9879](https://github.com/ptarmiganlabs/butler-icon-upload/commit/ffa9879e0e52922f2b4f84988c6abdca840b5a65))
* Tweak Git settings ([63c4f63](https://github.com/ptarmiganlabs/butler-icon-upload/commit/63c4f63a64224913846b2de81c90a967164b153b))
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "icon_uploader",
"version": "1.1.1",
"version": "2.2.0",
"description": "Uploads icons into Qlik Sense content library",
"main": "icon_uploader.js",
"scripts": {
Expand Down

0 comments on commit 4e3e0fe

Please sign in to comment.