Skip to content

Commit

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

## [1.2.0](https://github.com/ptarmiganlabs/qs-jwt/compare/qs-jwt-v1.1.0...qs-jwt-v1.2.0) (2022-03-12)


### Features

* First commit ([25c819a](https://github.com/ptarmiganlabs/qs-jwt/commit/25c819abaf0770f261d9266207a1ef2fdc506041))


### Bug Fixes

* Ci builds ([cc306bb](https://github.com/ptarmiganlabs/qs-jwt/commit/cc306bb62ec98dba02bd5144ea6dd2422d30e32e))
* **deps:** update dependency eslint-config-prettier to v8.5.0 ([f92abd0](https://github.com/ptarmiganlabs/qs-jwt/commit/f92abd0d420b515ce391b3e6ac83b10d314e7cdf))


### Miscellaneous

* **deps:** update actions/checkout action to v3 ([362bf98](https://github.com/ptarmiganlabs/qs-jwt/commit/362bf98b96adf2f388034516ba9530544f8f739d))
* **deps:** update actions/download-artifact action to v3 ([9752768](https://github.com/ptarmiganlabs/qs-jwt/commit/9752768e63eca124aa3a97aa13f62d75e9ce214e))
* **deps:** update actions/upload-artifact action to v3 ([1e56b1a](https://github.com/ptarmiganlabs/qs-jwt/commit/1e56b1a0f7cd797902d708ee9f0f038ebb110ecc))
* **main:** release qs-jwt 1.0.0 ([ce4e568](https://github.com/ptarmiganlabs/qs-jwt/commit/ce4e568db3d1346f377e518e2211703d82db0546))
* **main:** release qs-jwt 1.1.0 ([3ca5ee7](https://github.com/ptarmiganlabs/qs-jwt/commit/3ca5ee76b4ea1ffc043621b5296914dfcc9c6e5f))

## [1.1.0](https://github.com/ptarmiganlabs/qs-jwt/compare/qs-jwt-v1.0.0...qs-jwt-v1.1.0) (2022-03-12)


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.1.0",
"version": "1.2.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 792c724

Please sign in to comment.