Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 11, 2023
1 parent e0d2e72 commit d59e228
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.0](https://github.com/ptarmiganlabs/ctrl-q-nr/compare/v0.1.4...v0.2.0) (2023-09-11)


### ⚠ BREAKING CHANGES

* **cloud:** Move cloud license info to msg.payload.license in out msg

### Bug Fixes

* **cloud:** clientId no longer required when using API key auth ([233ede3](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/233ede30e6ad408f2ace7d885de74b21835ebf3f)), closes [#59](https://github.com/ptarmiganlabs/ctrl-q-nr/issues/59)
* **cloud:** Move cloud license info to msg.payload.license in out msg ([8c95c9e](https://github.com/ptarmiganlabs/ctrl-q-nr/commit/8c95c9e775e3d07d8ebfa3f6eecf8ad177b5cc0b)), closes [#60](https://github.com/ptarmiganlabs/ctrl-q-nr/issues/60)

## [0.1.4](https://github.com/ptarmiganlabs/ctrl-q-nr/compare/v0.1.3...v0.1.4) (2023-09-11)

### Features
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": "@ptarmiganlabs/ctrl-q-nr",
"version": "0.1.4",
"version": "0.2.0",
"description": "Node-RED components for cloud and client-managed Qlik Sense",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d59e228

Please sign in to comment.