Skip to content

Commit

Permalink
chore(release): 0.4.5 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
cckelly committed Nov 13, 2018
1 parent 62e2e83 commit 905ec8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [0.4.4](https://github.com/AraBlocks/ara-contracts/compare/0.3.0...0.4.4) (2018-11-13)
## [0.4.5](https://github.com/AraBlocks/ara-contracts/compare/0.3.0...0.4.5) (2018-11-13)


### Bug Fixes
Expand All @@ -7,6 +7,7 @@
* **storage.js:** remove storage falsy checks ([8bd3ced](https://github.com/AraBlocks/ara-contracts/commit/8bd3ced))
* pass in owner still for allowance, bump ara-identity to 0.30.x ([b152283](https://github.com/AraBlocks/ara-contracts/commit/b152283))
* remove owner being passed into ara-util.validate ([7cd9aad](https://github.com/AraBlocks/ara-contracts/commit/7cd9aad))
* wrap bc events in promises ([510d235](https://github.com/AraBlocks/ara-contracts/commit/510d235))


### Features
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-contracts",
"version": "0.4.4",
"version": "0.4.5",
"description": "Ara Contract Module - DCDN and AFS blockchain integration.",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 905ec8b

Please sign in to comment.