Skip to content

Commit

Permalink
chore(release): 0.4.10 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
cckelly committed Nov 19, 2018
1 parent 4a82e22 commit 79dcae8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
## [0.4.9](https://github.com/AraBlocks/ara-contracts/compare/0.3.0...0.4.9) (2018-11-16)
## [0.4.10](https://github.com/AraBlocks/ara-contracts/compare/0.3.0...0.4.10) (2018-11-19)


### Bug Fixes

* **migrations/2_deploy_contracts.js:** allow local truffle deployments ([0835298](https://github.com/AraBlocks/ara-contracts/commit/0835298))
* issue [#85](https://github.com/AraBlocks/ara-contracts/issues/85) ([614ec5d](https://github.com/AraBlocks/ara-contracts/commit/614ec5d))
* **constants.js:** lint it up ([4a82e22](https://github.com/AraBlocks/ara-contracts/commit/4a82e22))
* **constants.js:** remove chainIds from address switch ([187517d](https://github.com/AraBlocks/ara-contracts/commit/187517d))
* **migrations/2_deploy_contracts.js:** fix undefined ctx in deploy ([13378e1](https://github.com/AraBlocks/ara-contracts/commit/13378e1))
* **storage.js:** remove storage falsy checks ([8bd3ced](https://github.com/AraBlocks/ara-contracts/commit/8bd3ced))
* local network support in constants ([21ca66d](https://github.com/AraBlocks/ara-contracts/commit/21ca66d))
* pass in owner still for allowance, bump ara-identity to 0.30.x ([b152283](https://github.com/AraBlocks/ara-contracts/commit/b152283))
* **migrations/2_deploy_contracts.js:** allow local truffle deployments ([0835298](https://github.com/AraBlocks/ara-contracts/commit/0835298))
* remove async in promise ([733d17f](https://github.com/AraBlocks/ara-contracts/commit/733d17f))
* remove logs ([f23c4ed](https://github.com/AraBlocks/ara-contracts/commit/f23c4ed))
* 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))
* **migrations/2_deploy_contracts.js:** fix undefined ctx in deploy ([b6c52f3](https://github.com/AraBlocks/ara-contracts/commit/b6c52f3))
* **storage.js:** remove storage falsy checks ([8bd3ced](https://github.com/AraBlocks/ara-contracts/commit/8bd3ced))


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

0 comments on commit 79dcae8

Please sign in to comment.