Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.0](v4.2.0...v5.0.0) (2022-04-01)

### ⚠ BREAKING CHANGES

* **claims:** backward compatible 'fields' props have been removed. Use 'requestorFields' instead

### Features

* add claim request origin to `Claim` interface ([0b5be66](0b5be66))
* **claims:** remove deprecated 'fields' property ([c2e4018](c2e4018))
* **claimsService:** get published offchain claims ([f126882](f126882))
* **core:** custom logger ([4ef8f49](4ef8f49))
* **did:** ts interface checker to validate did update request ([a0bfeeb](a0bfeeb))

### Bug Fixes

* first level domains update ([c4d0c62](c4d0c62))
  • Loading branch information
semantic-release-bot committed Apr 1, 2022
1 parent 7a7e9ed commit 4e253d6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [5.0.0](https://github.com/energywebfoundation/iam-client-lib/compare/v4.2.0...v5.0.0) (2022-04-01)


### ⚠ BREAKING CHANGES

* **claims:** backward compatible 'fields' props have been removed. Use 'requestorFields' instead

### Features

* add claim request origin to `Claim` interface ([0b5be66](https://github.com/energywebfoundation/iam-client-lib/commit/0b5be66172b0a66383cec60828238eb13085c7d8))
* **claims:** remove deprecated 'fields' property ([c2e4018](https://github.com/energywebfoundation/iam-client-lib/commit/c2e401818212e6dcf2e9f2807c1e70f310e3ed4a))
* **claimsService:** get published offchain claims ([f126882](https://github.com/energywebfoundation/iam-client-lib/commit/f126882ddf14951012162f4b283d9f23e5aca3d0))
* **core:** custom logger ([4ef8f49](https://github.com/energywebfoundation/iam-client-lib/commit/4ef8f49ffdbd2a419e8d9544ce6ba1e68c59b393))
* **did:** ts interface checker to validate did update request ([a0bfeeb](https://github.com/energywebfoundation/iam-client-lib/commit/a0bfeeb5a1e98537931e35e6cb24ca963c149007))


### Bug Fixes

* first level domains update ([c4d0c62](https://github.com/energywebfoundation/iam-client-lib/commit/c4d0c6229a4d1c60c4e134d4a53ffe3c9df4c7dc))

## [5.0.0-alpha.10](https://github.com/energywebfoundation/iam-client-lib/compare/v5.0.0-alpha.9...v5.0.0-alpha.10) (2022-04-01)

## [5.0.0-alpha.9](https://github.com/energywebfoundation/iam-client-lib/compare/v5.0.0-alpha.8...v5.0.0-alpha.9) (2022-03-31)
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": "5.0.0-alpha.10",
"version": "5.0.0",
"description": "Library for Decentralized Identity and Access Management",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 4e253d6

Please sign in to comment.