Skip to content

Commit

Permalink
chore(release): 5.0.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.0-alpha.1](v4.2.1-alpha.4...v5.0.0-alpha.1) (2022-03-09)

### ⚠ BREAKING CHANGES

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

### Features

* **claims:** remove deprecated 'fields' property ([c2e4018](c2e4018))
  • Loading branch information
semantic-release-bot committed Mar 9, 2022
1 parent 2380d0b commit c45a81c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [5.0.0-alpha.1](https://github.com/energywebfoundation/iam-client-lib/compare/v4.2.1-alpha.4...v5.0.0-alpha.1) (2022-03-09)


### ⚠ BREAKING CHANGES

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

### Features

* **claims:** remove deprecated 'fields' property ([c2e4018](https://github.com/energywebfoundation/iam-client-lib/commit/c2e401818212e6dcf2e9f2807c1e70f310e3ed4a))

### [4.2.1-alpha.4](https://github.com/energywebfoundation/iam-client-lib/compare/v4.2.1-alpha.3...v4.2.1-alpha.4) (2022-03-08)

### [4.2.1-alpha.3](https://github.com/energywebfoundation/iam-client-lib/compare/v4.2.1-alpha.2...v4.2.1-alpha.3) (2022-03-04)
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": "4.2.1-alpha.4",
"version": "5.0.0-alpha.1",
"description": "Library for Decentralized Identity and Access Management",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit c45a81c

Please sign in to comment.