Skip to content

Commit

Permalink
chore(release): 3.3.0-alpha.8 [skip ci]
Browse files Browse the repository at this point in the history
# [3.3.0-alpha.8](v3.3.0-alpha.7...v3.3.0-alpha.8) (2021-11-09)

### Code Refactoring

* replace IAM and IAMBase with modules ([aa037a0](aa037a0))

### BREAKING CHANGES

* initialize modules in order
  • Loading branch information
semantic-release-bot committed Nov 9, 2021
1 parent 42128a6 commit fe42c5c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.3.0-alpha.8](https://github.com/energywebfoundation/iam-client-lib/compare/v3.3.0-alpha.7...v3.3.0-alpha.8) (2021-11-09)


### Code Refactoring

* replace IAM and IAMBase with modules ([aa037a0](https://github.com/energywebfoundation/iam-client-lib/commit/aa037a0be9e8b2416e467ac5f2828a0f38abd6cd))


### BREAKING CHANGES

* initialize modules in order

# [3.3.0-alpha.7](https://github.com/energywebfoundation/iam-client-lib/compare/v3.3.0-alpha.6...v3.3.0-alpha.7) (2021-11-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": "3.3.0-alpha.7",
"version": "3.3.0-alpha.8",
"description": "Library for Decentralized Identity and Access Management",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit fe42c5c

Please sign in to comment.