Skip to content

Commit

Permalink
Merge pull request #120 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.11.6
  • Loading branch information
mountaindude authored Mar 19, 2024
2 parents c87013d + d44c037 commit 4103281
Show file tree
Hide file tree
Showing 4 changed files with 20 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.5" }
{"src":"1.3.0",".":"1.11.6"}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

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


### Miscellaneous

* Add Snyk vulnerability scanning ([209f5c6](https://github.com/ptarmiganlabs/qs-jwt/commit/209f5c67a57b84f5d6aaff6b5bf5b25f1693fa6b))
* **deps:** update actions/checkout action to v4 ([1fcc37a](https://github.com/ptarmiganlabs/qs-jwt/commit/1fcc37a704699e90fb1bb6f0750cf513f39532c2))
* **deps:** update github/codeql-action action to v3 ([59b1888](https://github.com/ptarmiganlabs/qs-jwt/commit/59b188875eacc2fbe8afd09213dee12ce7791ccf))
* **deps:** Updated dependencies ([2a291aa](https://github.com/ptarmiganlabs/qs-jwt/commit/2a291aad30409e7c7aa830fbf5b282cd411396d0))
* Update to latest build tools ([1e718f3](https://github.com/ptarmiganlabs/qs-jwt/commit/1e718f3c24e313248b53743f659216f251a3efa0))


### Refactoring

* Tidy up source code ([0762b88](https://github.com/ptarmiganlabs/qs-jwt/commit/0762b883846f34c82c8c2abc8aaedbbb9bd3f429))

## [1.11.5](https://github.com/ptarmiganlabs/qs-jwt/compare/qs-jwt-v1.11.4...qs-jwt-v1.11.5) (2023-05-23)

### Documentation
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.5",
"version": "1.11.6",
"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 4103281

Please sign in to comment.