Skip to content

Commit

Permalink
chore(release): 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor committed May 3, 2019
1 parent 9b30d75 commit 5bdf7be
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,16 @@

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.

<a name="0.2.2"></a>
## [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))



<a name="0.2.1"></a>
## [0.2.1](https://github.com/ipfs-shipyard/js-idm-wallet/compare/v0.2.0...v0.2.1) (2019-04-29)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "idm-wallet",
"version": "0.2.1",
"version": "0.2.2",
"description": "The reference implementation of the IDM Wallet in JavaScript",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 5bdf7be

Please sign in to comment.