Skip to content

Commit

Permalink
Merge pull request #173 from ptarmiganlabs/release-please--branches--…
Browse files Browse the repository at this point in the history
…main--components--ctrl-q

chore(main): release ctrl-q 3.5.0
  • Loading branch information
mountaindude committed Feb 14, 2023
2 parents 0331ab1 + 8eb4678 commit 2a2a993
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
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.3"}
{".":"3.4.1","src":"3.5.0"}
13 changes: 13 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [3.5.0](https://github.com/ptarmiganlabs/ctrl-q/compare/ctrl-q-v3.4.3...ctrl-q-v3.5.0) (2023-02-14)


### Features

* Add support for using tags to select which tasks should be retrieved from Sense ([e1652cc](https://github.com/ptarmiganlabs/ctrl-q/commit/e1652cc366d2fcf81a0b5ec1f939d630bcf0536c)), closes [#168](https://github.com/ptarmiganlabs/ctrl-q/issues/168)
* Better valid options checking for get-task command ([93a817f](https://github.com/ptarmiganlabs/ctrl-q/commit/93a817fcddbe504f8b71b889577cfcf0520f979c)), closes [#171](https://github.com/ptarmiganlabs/ctrl-q/issues/171)


### Bug Fixes

* In get-task command, only allow task ID and tag filtering for table output ([353aabe](https://github.com/ptarmiganlabs/ctrl-q/commit/353aabe3a9be66326b02c40ec7bae386e63535e4)), closes [#170](https://github.com/ptarmiganlabs/ctrl-q/issues/170)

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


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.3",
"version": "3.5.0",
"description": "Command line tool for interacting with Qlik Sense Enterprise servers",
"main": "./ctrl-q.js",
"scripts": {
Expand Down

0 comments on commit 2a2a993

Please sign in to comment.