Skip to content

Commit

Permalink
chore(release): 2.0.0-alpha.30 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0-alpha.30](v2.0.0-alpha.29...v2.0.0-alpha.30) (2023-03-14)

### Bug Fixes

* add chainName to LoginStrategyOptions and set on cache client config ([7c0baec](7c0baec))
* update did with chain name for siwe verification ([53a8215](53a8215))
* use chainid from siwe payload ([0308638](0308638))
  • Loading branch information
semantic-release-bot committed Mar 14, 2023
1 parent 6bb579a commit 25030e0
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 @@
## [2.0.0-alpha.30](https://github.com/energywebfoundation/passport-did-auth/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2023-03-14)


### Bug Fixes

* add chainName to LoginStrategyOptions and set on cache client config ([7c0baec](https://github.com/energywebfoundation/passport-did-auth/commit/7c0baecf95cdc5d3d5a53c015f5e7ac5c6cc2c72))
* update did with chain name for siwe verification ([53a8215](https://github.com/energywebfoundation/passport-did-auth/commit/53a821552d15aeba1138147a91795fd44b9bab05))
* use chainid from siwe payload ([0308638](https://github.com/energywebfoundation/passport-did-auth/commit/0308638a78fa6938e760d612cc0f7bbb0d6a737f))

## [2.0.0-alpha.29](https://github.com/energywebfoundation/passport-did-auth/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2023-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": "passport-did-auth",
"version": "2.0.0-alpha.29",
"version": "2.0.0-alpha.30",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 25030e0

Please sign in to comment.