Skip to content

Commit

Permalink
chore(release): 0.47.4 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
Prash74 committed Dec 20, 2018
1 parent 568c376 commit ba0f3da
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [0.47.4](https://github.com/AraBlocks/ara-identity/compare/0.47.3...0.47.4) (2018-12-20)


### Bug Fixes

* **fs.js:** Fix argument check and error handling ([846bd4a](https://github.com/AraBlocks/ara-identity/commit/846bd4a))
* **resolve.js:** Only check if DDO is present locally ([6390f6b](https://github.com/AraBlocks/ara-identity/commit/6390f6b))


### Features

* **fs.js:** Introduce network option to fs methods ([de71150](https://github.com/AraBlocks/ara-identity/commit/de71150))



## [0.47.3](https://github.com/AraBlocks/ara-identity/compare/0.47.2...0.47.3) (2018-12-18)


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": "ara-identity",
"version": "0.47.3",
"version": "0.47.4",
"description": "Create and resolve decentralized identity based Ara identifiers.",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit ba0f3da

Please sign in to comment.