Skip to content

Commit

Permalink
chore(main): release qs-jwt 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 14, 2022
1 parent 744a2ec commit 8a3d25c
Show file tree
Hide file tree
Showing 4 changed files with 12 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 @@
{"src":"1.3.0",".":"1.6.0"}
{"src":"1.3.0",".":"1.6.1"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [1.6.1](https://github.com/ptarmiganlabs/qs-jwt/compare/qs-jwt-v1.6.0...qs-jwt-v1.6.1) (2022-03-14)


### Documentation

* Better descr for --cert-privatekey ([33d6f53](https://github.com/ptarmiganlabs/qs-jwt/commit/33d6f53706c0afcd49e9932bf2bda656391f774e)), closes [#20](https://github.com/ptarmiganlabs/qs-jwt/issues/20)
* Fixed typos in README ([75afac8](https://github.com/ptarmiganlabs/qs-jwt/commit/75afac8a9ded89648214554d15e6399fb9bfbdde))

## [1.6.0](https://github.com/ptarmiganlabs/qs-jwt/compare/qs-jwt-v1.5.4...qs-jwt-v1.6.0) (2022-03-14)


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": "qs-jwt",
"version": "1.6.0",
"version": "1.6.1",
"description": "Command line tool for creating JWTs that can be used to authenticate with both Qlik Sense Cloud and client-managed Qlik Sense (a.k.a Qlik Sense Enterprise on Windows, QSEoW)",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8a3d25c

Please sign in to comment.