Skip to content

Commit

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

chore(main): release qs-jwt 1.12.0
  • Loading branch information
mountaindude authored Jun 4, 2024
2 parents 3edd63f + 224791e commit c9dae30
Show file tree
Hide file tree
Showing 4 changed files with 22 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.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

0 comments on commit c9dae30

Please sign in to comment.