Skip to content

Commit

Permalink
chore(release): 8.0.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jul 24, 2023
1 parent 6d9bf33 commit 2992937
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 @@
### [8.0.1](https://github.com/energywebfoundation/iam-client-lib/compare/v8.0.0...v8.0.1) (2023-07-24)


### Bug Fixes

* complement nodes to tree before transfer ([0835999](https://github.com/energywebfoundation/iam-client-lib/commit/0835999c2e77a2e67c9675610d006dea06ae5046))
* delete metamask connector ([f64a2e0](https://github.com/energywebfoundation/iam-client-lib/commit/f64a2e05a98eed614157e3f89292f21ea254cda9))
* disable suppress any index err ([37c096f](https://github.com/energywebfoundation/iam-client-lib/commit/37c096ff8182d0cf4762093a10232bbe5b84e5b3))
* downgrade @ew-did-registry/did-ipfs-store@0.7.1-alpha.816.0 ([35711bc](https://github.com/energywebfoundation/iam-client-lib/commit/35711bc6545ca42259f2945223b5c31c9294d2f4))
* ipfs config in claims test ([138e671](https://github.com/energywebfoundation/iam-client-lib/commit/138e671e5e4ee20db856a0b593781afe34dd1864))
* transfer only domains of root owner ([a4cb498](https://github.com/energywebfoundation/iam-client-lib/commit/a4cb4982e96c76bc66c844e6e5858b5fbc659e91))


### Refactoring

* get all subdomains in one req ([81d5bb9](https://github.com/energywebfoundation/iam-client-lib/commit/81d5bb9313837c13dda2114feccdcdff3c538880))
* list domains owners ([d4aa3c7](https://github.com/energywebfoundation/iam-client-lib/commit/d4aa3c77ae910d7a317068059ab28c03178bf370))
* separate update and transfer scripts ([24e36c9](https://github.com/energywebfoundation/iam-client-lib/commit/24e36c9e7bcadf496c187de53ae9a84ea370736f))
* transfer domain dry run logs ([c747db3](https://github.com/energywebfoundation/iam-client-lib/commit/c747db336c4102200a3510766b97245e605fa997))

### [8.0.1-alpha.4](https://github.com/energywebfoundation/iam-client-lib/compare/v8.0.1-alpha.3...v8.0.1-alpha.4) (2023-07-07)


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": "8.0.1-alpha.4",
"version": "8.0.1",
"description": "Library for Decentralized Identity and Access Management",
"main": "lib/index.js",
"module": "lib.esm/index.js",
Expand Down

0 comments on commit 2992937

Please sign in to comment.