Skip to content

Commit

Permalink
chore(main): release ctrl-q-cli 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 5, 2022
1 parent de80560 commit 129bddb
Show file tree
Hide file tree
Showing 4 changed files with 40 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 +1 @@
{".":"1.0.0"}
{".":"1.1.0"}
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Changelog

## [1.1.0](https://github.com/ptarmiganlabs/ctrl-q-cli/compare/ctrl-q-cli-v1.0.0...ctrl-q-cli-v1.1.0) (2022-05-05)


### Features

* add bookmark list command ([0c6b7c1](https://github.com/ptarmiganlabs/ctrl-q-cli/commit/0c6b7c1e2664a627bf9febcab7009b0500d705a6))


### Bug Fixes

* **deps:** update dependency node-xlsx to ^0.17.0 ([a622226](https://github.com/ptarmiganlabs/ctrl-q-cli/commit/a6222266c4e2751788686ab2a8d9eb9cf08e67f7))
* move package.json to project root ([b554f41](https://github.com/ptarmiganlabs/ctrl-q-cli/commit/b554f414a241b588504bf53e103a6f55961160aa))
* move package.json to src folder ([1d0098b](https://github.com/ptarmiganlabs/ctrl-q-cli/commit/1d0098b8b8b42e348c2c066ea6580bbb976520e3))
* upgraded dependencies ([e4581ec](https://github.com/ptarmiganlabs/ctrl-q-cli/commit/e4581ec3f2ffe9737d7444d0f1a23f06003d16d3))


### Miscellaneous

* add release-please action ([ba39e8d](https://github.com/ptarmiganlabs/ctrl-q-cli/commit/ba39e8df80729a33545dc07fbc9001e56dfd8c1c))
* **deps:** Update dependencies ([c2a9fbd](https://github.com/ptarmiganlabs/ctrl-q-cli/commit/c2a9fbd04fad4c11eb1c93570af2db467ac41ccd))
* **deps:** update googlecloudplatform/release-please-action action to v2.34.0 ([4a8d1fd](https://github.com/ptarmiganlabs/ctrl-q-cli/commit/4a8d1fd544ac1babc34396b34d47a6238d7aaa9c))
* **deps:** update googlecloudplatform/release-please-action action to v2.35.0 ([7d0a1eb](https://github.com/ptarmiganlabs/ctrl-q-cli/commit/7d0a1eb9d21bb925ddd6e2183622bbd0b473b10f))
* **main:** release ctrl-q-cli 1.0.0 ([d823148](https://github.com/ptarmiganlabs/ctrl-q-cli/commit/d82314821a5289a2939b302512b0814c42eb4b69))
* release 1.0.0 ([#2](https://github.com/ptarmiganlabs/ctrl-q-cli/issues/2)) ([1268ed2](https://github.com/ptarmiganlabs/ctrl-q-cli/commit/1268ed2e9cb375431bc1ef54231e7f70f490447b))


### Documentation

* add bookmarks docs ([60210bd](https://github.com/ptarmiganlabs/ctrl-q-cli/commit/60210bd0a799e1eab0ac102c4a2830af857ce8ce))
* Add get measre sample ([8ba7154](https://github.com/ptarmiganlabs/ctrl-q-cli/commit/8ba715495e8e62e4c2dcbe8e2a5e9659158084ab))
* add jsdoc comments ([f1c2d0f](https://github.com/ptarmiganlabs/ctrl-q-cli/commit/f1c2d0f10efb67c9b74dbd0979b811b3769e54dd))
* add sample output for dimensions ([7650169](https://github.com/ptarmiganlabs/ctrl-q-cli/commit/76501698bccb6824bec2a1498660a27f9f79f4fd))
* CI debug ([d3d5642](https://github.com/ptarmiganlabs/ctrl-q-cli/commit/d3d56429033fc0e950e4c4add975946cccb6a5e4))
* CI test ([bcf76f4](https://github.com/ptarmiganlabs/ctrl-q-cli/commit/bcf76f40b6b2037989efe60c2d6d732f091807d1))
* polish examples ([3f9c298](https://github.com/ptarmiganlabs/ctrl-q-cli/commit/3f9c298abf5836d2bfd0ed86e884c3a6bb4efd6c))

## 1.0.0 (2022-05-05)


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

0 comments on commit 129bddb

Please sign in to comment.