Skip to content

Commit

Permalink
chore(release): 6.0.1 [skip ci]
Browse files Browse the repository at this point in the history
### [6.0.1](v6.0.0...v6.0.1) (2022-08-31)

### Bug Fixes

* **exp:** document expirationTimestamp ([#631](#631)) ([9595c34](9595c34))
* **issue claim:** allow boolean as valid field ([#639](#639)) ([77eb426](77eb426))
* use resolveCredentialAndVerify to verify enrolment prerequisites ([#630](#630)) ([9208ad3](9208ad3))
  • Loading branch information
semantic-release-bot committed Aug 31, 2022
1 parent f7fa556 commit 552eb05
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### [6.0.1](https://github.com/energywebfoundation/iam-client-lib/compare/v6.0.0...v6.0.1) (2022-08-31)


### Bug Fixes

* **exp:** document expirationTimestamp ([#631](https://github.com/energywebfoundation/iam-client-lib/issues/631)) ([9595c34](https://github.com/energywebfoundation/iam-client-lib/commit/9595c34bba0021ef75a29b24610d37eac762fc64))
* **issue claim:** allow boolean as valid field ([#639](https://github.com/energywebfoundation/iam-client-lib/issues/639)) ([77eb426](https://github.com/energywebfoundation/iam-client-lib/commit/77eb426c5222c312b6cb04fc87155b6300693d97))
* use resolveCredentialAndVerify to verify enrolment prerequisites ([#630](https://github.com/energywebfoundation/iam-client-lib/issues/630)) ([9208ad3](https://github.com/energywebfoundation/iam-client-lib/commit/9208ad36edb91a0aac3cf1b36dc28053b123896f))

### [6.0.1-alpha.3](https://github.com/energywebfoundation/iam-client-lib/compare/v6.0.1-alpha.2...v6.0.1-alpha.3) (2022-08-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iam-client-lib",
"version": "6.0.1-alpha.3",
"version": "6.0.1",
"description": "Library for Decentralized Identity and Access Management",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 552eb05

Please sign in to comment.