From 4e253d6f6bd719d81d9456f80be849c9bb48b61c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 1 Apr 2022 13:15:27 +0000 Subject: [PATCH] chore(release): 5.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [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)) --- docs/CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c92a5703..4da4cef1 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index fcd27138..6c046838 100644 --- a/package.json +++ b/package.json @@ -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",