Skip to content

Commit

Permalink
chore(release): 2.0.0-alpha.27 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0-alpha.27](v2.0.0-alpha.26...v2.0.0-alpha.27) (2023-02-22)

### Features

* add support for siwe ([677201a](677201a))
* add validation check for siwe message uri ([a17ad4b](a17ad4b))
* update authenticate to handle login via siwe ([0dbc1c3](0dbc1c3))

### Bug Fixes

* code lint error ([210ae06](210ae06))
* use type siwemessage ([2895345](2895345))

### Documentation

* update docs for loginstrategy ([b5c9afe](b5c9afe))
  • Loading branch information
semantic-release-bot committed Feb 22, 2023
1 parent 99ea6e2 commit 64906fa
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 @@
## [2.0.0-alpha.27](https://github.com/energywebfoundation/passport-did-auth/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2023-02-22)


### Features

* add support for siwe ([677201a](https://github.com/energywebfoundation/passport-did-auth/commit/677201a08680497e5a0dfc3489bdc772b19a43a4))
* add validation check for siwe message uri ([a17ad4b](https://github.com/energywebfoundation/passport-did-auth/commit/a17ad4b012a05c9a0e8f21e963f2b4e19f9260fc))
* update authenticate to handle login via siwe ([0dbc1c3](https://github.com/energywebfoundation/passport-did-auth/commit/0dbc1c3a0c0d01946dd0844ab855951d63fa6ca0))


### Bug Fixes

* code lint error ([210ae06](https://github.com/energywebfoundation/passport-did-auth/commit/210ae0665641d367260528576be974534eb7e911))
* use type siwemessage ([2895345](https://github.com/energywebfoundation/passport-did-auth/commit/2895345f97cacdefa89683031d7ca1055a117547))


### Documentation

* update docs for loginstrategy ([b5c9afe](https://github.com/energywebfoundation/passport-did-auth/commit/b5c9afe56b7ebcdf6ca7853c34f1b60d5c74e1ff))

## [2.0.0-alpha.26](https://github.com/energywebfoundation/passport-did-auth/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2023-01-17)


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.26",
"version": "2.0.0-alpha.27",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 64906fa

Please sign in to comment.