Skip to content

Commit

Permalink
chore(release): 2.0.1-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
### [2.0.1-alpha.1](v2.0.0...v2.0.1-alpha.1) (2023-03-28)

### Bug Fixes

* **LoginStrategy:** remove IPFS store from constructor and remove import ([#373](#373)) ([643f410](643f410))
  • Loading branch information
semantic-release-bot committed Mar 28, 2023
1 parent 643f410 commit 7bc4620
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [2.0.1-alpha.1](https://github.com/energywebfoundation/passport-did-auth/compare/v2.0.0...v2.0.1-alpha.1) (2023-03-28)


### Bug Fixes

* **LoginStrategy:** remove IPFS store from constructor and remove import ([#373](https://github.com/energywebfoundation/passport-did-auth/issues/373)) ([643f410](https://github.com/energywebfoundation/passport-did-auth/commit/643f410ca37363272fb64485777bd4c8ad100d22))

## [2.0.0](https://github.com/energywebfoundation/passport-did-auth/compare/v1.2.1...v2.0.0) (2023-03-21)


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

0 comments on commit 7bc4620

Please sign in to comment.