Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
chore(master): release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
indykiteone authored and dusan-kovacik-profiq committed Mar 16, 2023
1 parent a828079 commit d7c41da
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"indykite_sdk_node": "0.2.2"
"indykite_sdk_node": "0.2.3"
}
15 changes: 15 additions & 0 deletions indykite_sdk_node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
# Changelog
## [0.2.3](https://github.com/indykite/indykite-sdk-node/compare/v0.2.2...v0.2.3) (2023-03-16)


### Features

* add refreshable token source ([270f344](https://github.com/indykite/indykite-sdk-node/commit/270f3446039108278b7ae0ebad873541d1297b9d))
* add register dt without credential ([9378cf8](https://github.com/indykite/indykite-sdk-node/commit/9378cf8b4230b5f057c17d64f49e137fc847bfda))
* add webauthn provider configuration ([32195eb](https://github.com/indykite/indykite-sdk-node/commit/32195ebd5c702cb65c0e46a6f38ab635bc5f6ab9))
* remove isauthorized method from identity client ([86b722b](https://github.com/indykite/indykite-sdk-node/commit/86b722b9f6260f384c978491bec13a54d74033c7))


### Bug Fixes

* allow to pass etags to delete app agent creds ([e9f7624](https://github.com/indykite/indykite-sdk-node/commit/e9f7624b896d227db2e792000ceb50e76b3d3b20))

## [0.2.2](https://github.com/indykite/indykite-sdk-node/compare/v0.2.1...v0.2.2) (2023-01-13)


Expand Down
2 changes: 1 addition & 1 deletion indykite_sdk_node/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 indykite_sdk_node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@indykiteone/indykite-sdk-node",
"version": "0.2.2",
"version": "0.2.3",
"description": "IndyKite Identity Platform JavaScript SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit d7c41da

Please sign in to comment.