Skip to content

Commit

Permalink
chore(release): 6.0.0-alpha.51 [skip ci]
Browse files Browse the repository at this point in the history
## [6.0.0-alpha.51](v6.0.0-alpha.50...v6.0.0-alpha.51) (2022-08-12)

### ⚠ BREAKING CHANGES

* **infura:** Requiring object instead of string for IPFS config

* fix(infura): allow DID reg to take in Infura config

* fix(infura): create helper method for ipfs config for tests

* fix(infura): add return type

* fix(infura): use IFPS daemon for tests

* fix(infura): use ipfs config for initUser methods

* fix(infura): replace config with ipfs daemon for initUser methods

### Features

* **infura:** allow DID reg to take in Infura config ([#638](#638)) ([ad2ed1a](ad2ed1a))
  • Loading branch information
semantic-release-bot committed Aug 12, 2022
1 parent ad2ed1a commit 7134fe1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## [6.0.0-alpha.51](https://github.com/energywebfoundation/iam-client-lib/compare/v6.0.0-alpha.50...v6.0.0-alpha.51) (2022-08-12)


### ⚠ BREAKING CHANGES

* **infura:** Requiring object instead of string for IPFS config

* fix(infura): allow DID reg to take in Infura config

* fix(infura): create helper method for ipfs config for tests

* fix(infura): add return type

* fix(infura): use IFPS daemon for tests

* fix(infura): use ipfs config for initUser methods

* fix(infura): replace config with ipfs daemon for initUser methods

### Features

* **infura:** allow DID reg to take in Infura config ([#638](https://github.com/energywebfoundation/iam-client-lib/issues/638)) ([ad2ed1a](https://github.com/energywebfoundation/iam-client-lib/commit/ad2ed1abdaa94ca9ed40c21ab549bdc0921a326c))

## [6.0.0-alpha.50](https://github.com/energywebfoundation/iam-client-lib/compare/v6.0.0-alpha.49...v6.0.0-alpha.50) (2022-08-08)


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.0-alpha.50",
"version": "6.0.0-alpha.51",
"description": "Library for Decentralized Identity and Access Management",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 7134fe1

Please sign in to comment.