Skip to content

Commit

Permalink
chore(release): 4.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.2.0](v4.1.0...v4.2.0) (2022-03-02)

### Features

* **did:** getters and setters to DID publicKey, delegate, claims ([262f330](262f330))
* **did:** renamed readServices to getServices for consistency ([33faaa4](33faaa4))
* upgrade resolver to v2 ([f708e40](f708e40))
  • Loading branch information
semantic-release-bot committed Mar 2, 2022
1 parent 42fa04e commit d54f588
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 @@
## [4.2.0](https://github.com/energywebfoundation/iam-client-lib/compare/v4.1.0...v4.2.0) (2022-03-02)


### Features

* **did:** getters and setters to DID publicKey, delegate, claims ([262f330](https://github.com/energywebfoundation/iam-client-lib/commit/262f330dfb37f49d3b5e088d75834c549f9cb9d2))
* **did:** renamed readServices to getServices for consistency ([33faaa4](https://github.com/energywebfoundation/iam-client-lib/commit/33faaa475111404501d897c06c8561b51b70eb51))
* upgrade resolver to v2 ([f708e40](https://github.com/energywebfoundation/iam-client-lib/commit/f708e4063ca46a055bc3a9bab49f4d9ae29b9bee))

## [4.2.0-alpha.3](https://github.com/energywebfoundation/iam-client-lib/compare/v4.2.0-alpha.2...v4.2.0-alpha.3) (2022-03-02)

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

0 comments on commit d54f588

Please sign in to comment.