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.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indykiteone authored and dusan-kovacik-profiq committed Apr 14, 2023
1 parent bd08165 commit 730d99d
Show file tree
Hide file tree
Showing 4 changed files with 15 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.3"
"indykite_sdk_node": "0.3.0"
}
12 changes: 12 additions & 0 deletions indykite_sdk_node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Changelog
## [0.3.0](https://github.com/indykite/indykite-sdk-node/compare/v0.2.3...v0.3.0) (2023-04-14)


### ⚠ BREAKING CHANGES

* replaced old isAuthorized function

### Features

* add whatauthorized method to auth client ([3402f73](https://github.com/indykite/indykite-sdk-node/commit/3402f73d2372be64d15fa253cb546bda958a70e0))
* replaced old isAuthorized function ([fd2cec7](https://github.com/indykite/indykite-sdk-node/commit/fd2cec74e413ac8b963a4a46f2eebd77b5b1eb6a))

## [0.2.3](https://github.com/indykite/indykite-sdk-node/compare/v0.2.2...v0.2.3) (2023-03-16)


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.3",
"version": "0.3.0",
"description": "IndyKite Identity Platform JavaScript SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 730d99d

Please sign in to comment.