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 qs-jwt 1.12.0 #127

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 @@
{"src":"1.3.0",".":"1.11.6"}
{"src":"1.3.0",".":"1.12.0"}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.12.0](https://github.com/ptarmiganlabs/qs-jwt/compare/qs-jwt-v1.11.6...qs-jwt-v1.12.0) (2024-06-04)


### Features

* Make it possible to only get create JWT as output ([873e5fa](https://github.com/ptarmiganlabs/qs-jwt/commit/873e5faf333625287f7bfbe39e24e4ce4302ae36)), closes [#33](https://github.com/ptarmiganlabs/qs-jwt/issues/33)


### Bug Fixes

* Incorrect log level "warning" is now "warn" ([983642f](https://github.com/ptarmiganlabs/qs-jwt/commit/983642f31e1a020f0bad0018ef6cee7b0c6bc327))


### Miscellaneous

* **deps:** Update dependencies ([51f44be](https://github.com/ptarmiganlabs/qs-jwt/commit/51f44befe2f7f43eb2a17e8514249098aa614e39))
* Update to latest version of release-please ([31e0af8](https://github.com/ptarmiganlabs/qs-jwt/commit/31e0af89e1ed8b280214670f387f5c7445b0a495))

## [1.11.6](https://github.com/ptarmiganlabs/qs-jwt/compare/qs-jwt-v1.11.6...qs-jwt-v1.11.6) (2024-03-19)


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.11.6",
"version": "1.12.0",
"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