# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [0.4.4](https://github.com/ipfs-shipyard/js-idm-wallet/compare/v0.4.3...v0.4.4) (2020-09-01)
### Bug Fixes
* update p2p-websocket-star ip ([029bf88](https://github.com/ipfs-shipyard/js-idm-wallet/commit/029bf88))
### [0.4.3](https://github.com/ipfs-shipyard/js-idm-wallet/compare/v0.4.2...v0.4.3) (2019-06-23)
### Bug Fixes
* do not wait for infura in blob sync ([63f5e53](https://github.com/ipfs-shipyard/js-idm-wallet/commit/63f5e53))
### [0.4.2](https://github.com/ipfs-shipyard/js-idm-wallet/compare/v0.4.1...v0.4.2) (2019-06-22)
### Bug Fixes
* check if identity is revoked before creating the signer ([9851ce7](https://github.com/ipfs-shipyard/js-idm-wallet/commit/9851ce7))
* fix backup seed not being correctyl serialized ([aa234f1](https://github.com/ipfs-shipyard/js-idm-wallet/commit/aa234f1))
### Features
* upload blobs to infura ([35a6fa4](https://github.com/ipfs-shipyard/js-idm-wallet/commit/35a6fa4))
### [0.4.1](https://github.com/ipfs-shipyard/js-idm-wallet/compare/v0.4.0...v0.4.1) (2019-06-17)
### Features
* add identifier to identity profile ([ea9e8cc](https://github.com/ipfs-shipyard/js-idm-wallet/commit/ea9e8cc))
# [0.4.0](https://github.com/ipfs-shipyard/js-idm-wallet/compare/v0.3.7...v0.4.0) (2019-06-15)
### Features
* add sessions & signing support ([#13](https://github.com/ipfs-shipyard/js-idm-wallet/issues/13)) ([65a47be](https://github.com/ipfs-shipyard/js-idm-wallet/commit/65a47be))
## [0.3.7](https://github.com/ipfs-shipyard/js-idm-wallet/compare/v0.3.6...v0.3.7) (2019-06-07)
### Bug Fixes
* remove identity without changing did document if revoked ([a1e06a4](https://github.com/ipfs-shipyard/js-idm-wallet/commit/a1e06a4))
## [0.3.6](https://github.com/ipfs-shipyard/js-idm-wallet/compare/v0.3.5...v0.3.6) (2019-05-31)
### Bug Fixes
* fix missing dependencies from package.json ([343517c](https://github.com/ipfs-shipyard/js-idm-wallet/commit/343517c))
### Features
* add several features to identities, see summary ([#12](https://github.com/ipfs-shipyard/js-idm-wallet/issues/12)) ([2d2972c](https://github.com/ipfs-shipyard/js-idm-wallet/commit/2d2972c))
## [0.3.5](https://github.com/ipfs-shipyard/js-idm-wallet/compare/v0.3.4...v0.3.5) (2019-05-30)
### Bug Fixes
* fix rejection when waiting for image ([d4ad763](https://github.com/ipfs-shipyard/js-idm-wallet/commit/d4ad763))
## [0.3.4](https://github.com/ipfs-shipyard/js-idm-wallet/compare/v0.3.3...v0.3.4) (2019-05-29)
## [0.3.3](https://github.com/ipfs-shipyard/js-idm-wallet/compare/v0.3.2...v0.3.3) (2019-05-29)
### Bug Fixes
* fix waitForReplication wrong parameter ([b1cd200](https://github.com/ipfs-shipyard/js-idm-wallet/commit/b1cd200))
## [0.3.2](https://github.com/ipfs-shipyard/js-idm-wallet/compare/v0.3.1...v0.3.2) (2019-05-29)
## [0.3.1](https://github.com/ipfs-shipyard/js-idm-wallet/compare/v0.3.0...v0.3.1) (2019-05-29)
# [0.3.0](https://github.com/ipfs-shipyard/js-idm-wallet/compare/v0.2.3...v0.3.0) (2019-05-28)
### Features
* add identities ([#9](https://github.com/ipfs-shipyard/js-idm-wallet/issues/9)) ([4bde105](https://github.com/ipfs-shipyard/js-idm-wallet/commit/4bde105))
## [0.2.3](https://github.com/ipfs-shipyard/js-idm-wallet/compare/v0.2.2...v0.2.3) (2019-05-04)
### Bug Fixes
* fix UNKNOWN errors in passphrase strength ([d240b45](https://github.com/ipfs-shipyard/js-idm-wallet/commit/d240b45))
## [0.2.2](https://github.com/ipfs-shipyard/js-idm-wallet/compare/v0.2.1...v0.2.2) (2019-05-03)
### Bug Fixes
* fix missing dep ([9b30d75](https://github.com/ipfs-shipyard/js-idm-wallet/commit/9b30d75))
## [0.2.1](https://github.com/ipfs-shipyard/js-idm-wallet/compare/v0.2.0...v0.2.1) (2019-04-29)
### Bug Fixes
* ensure we have a warning for passphrases with less than 0.5 ([#8](https://github.com/ipfs-shipyard/js-idm-wallet/issues/8)) ([b999ef0](https://github.com/ipfs-shipyard/js-idm-wallet/commit/b999ef0))
# [0.2.0](https://github.com/ipfs-shipyard/js-idm-wallet/compare/v0.1.0...v0.2.0) (2019-04-26)
### Bug Fixes
* async lock isEnable ([#7](https://github.com/ipfs-shipyard/js-idm-wallet/issues/7)) ([e520977](https://github.com/ipfs-shipyard/js-idm-wallet/commit/e520977))
# 0.1.0 (2019-04-21)
### Bug Fixes
* fix error codes in base lock ([25c6302](https://github.com/ipfs-shipyard/js-idm-wallet/commit/25c6302))
* fix isEnabled assuming it always uses the storage ([#3](https://github.com/ipfs-shipyard/js-idm-wallet/issues/3)) ([e81e800](https://github.com/ipfs-shipyard/js-idm-wallet/commit/e81e800))
### Features
* add locker and storage ([#2](https://github.com/ipfs-shipyard/js-idm-wallet/issues/2)) ([4505e00](https://github.com/ipfs-shipyard/js-idm-wallet/commit/4505e00))
* implement did scope ([05a9715](https://github.com/ipfs-shipyard/js-idm-wallet/commit/05a9715))