Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release ctrl-q 3.4.3 #146

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"3.4.1","src":"3.4.2"}
{".":"3.4.1","src":"3.4.3"}
19 changes: 19 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [3.4.3](https://github.com/ptarmiganlabs/ctrl-q/compare/ctrl-q-v3.4.2...ctrl-q-v3.4.3) (2023-02-10)


### Bug Fixes

* Add correct help text for task-custom-property-set command's --overwrite option ([af48975](https://github.com/ptarmiganlabs/ctrl-q/commit/af489757895cd251365f417ce02761489902978d)), closes [#132](https://github.com/ptarmiganlabs/ctrl-q/issues/132)
* Correctly create task chains when importing tasks ([dc0d33f](https://github.com/ptarmiganlabs/ctrl-q/commit/dc0d33f1f585c5e899c13c482fc815a2431f23a9)), closes [#136](https://github.com/ptarmiganlabs/ctrl-q/issues/136)


### Miscellaneous

* **deps:** Update dependencies to stay safe and secure ([badeb15](https://github.com/ptarmiganlabs/ctrl-q/commit/badeb153179dfd84514aefd62ccd07ce35494e2f))
* Fix build config ([b579991](https://github.com/ptarmiganlabs/ctrl-q/commit/b579991e56424094e55c8176af2f9e82412efff1))
* **main:** release ctrl-q 3.4.2 ([8bdae53](https://github.com/ptarmiganlabs/ctrl-q/commit/8bdae53f583466e1ec1f6b93cd0a106ae3566d2b))
* **main:** release ctrl-q 3.4.2 ([357ab6c](https://github.com/ptarmiganlabs/ctrl-q/commit/357ab6c01d1ec5c8e982ce9b56221c6dd6848ebc))
* Testing new release-please config, 3 ([708569c](https://github.com/ptarmiganlabs/ctrl-q/commit/708569cc9dff3c8b8e48f2ce7426c7258359e143))
* Testing new release-please config, 4 ([31dcf2f](https://github.com/ptarmiganlabs/ctrl-q/commit/31dcf2f7838951fb8bcd24514fbb4560d02d51e5))
* Tweak build process config ([3dbf188](https://github.com/ptarmiganlabs/ctrl-q/commit/3dbf1883422d7d9867a635574dfe8881adfb9c03))

## [3.4.2](https://github.com/ptarmiganlabs/ctrl-q/compare/ctrl-q-v3.4.2...ctrl-q-v3.4.2) (2023-02-10)


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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ctrl-q",
"version": "3.4.2",
"version": "3.4.3",
"description": "Command line tool for interacting with Qlik Sense Enterprise servers",
"main": "./ctrl-q.js",
"scripts": {
Expand Down