Skip to content

Commit

Permalink
chore(release): 0.6.1 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Jiang committed Nov 27, 2018
1 parent 3ca7793 commit f0dd057
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
21 changes: 11 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,32 @@
# [0.6.0](https://github.com/AraBlocks/ara-contracts/compare/0.3.0...0.6.0) (2018-11-26)
## [0.6.1](https://github.com/AraBlocks/ara-contracts/compare/0.3.0...0.6.1) (2018-11-27)


### Bug Fixes

* add jobID tohex ([f9ec4e2](https://github.com/AraBlocks/ara-contracts/commit/f9ec4e2))
* **constants.js:** revert privatenet addresses ([8e9ff24](https://github.com/AraBlocks/ara-contracts/commit/8e9ff24))
* constants ([3ca7793](https://github.com/AraBlocks/ara-contracts/commit/3ca7793))
* deploy standard during migration ([acefd34](https://github.com/AraBlocks/ara-contracts/commit/acefd34))
* increase timeout ([b09e898](https://github.com/AraBlocks/ara-contracts/commit/b09e898))
* **constants.js:** lint it up ([c061587](https://github.com/AraBlocks/ara-contracts/commit/c061587))
* **constants.js:** remove chainIds from address switch ([1a44cc3](https://github.com/AraBlocks/ara-contracts/commit/1a44cc3))
* issue [#85](https://github.com/AraBlocks/ara-contracts/issues/85) ([614ec5d](https://github.com/AraBlocks/ara-contracts/commit/614ec5d))
* lint ([bff4ded](https://github.com/AraBlocks/ara-contracts/commit/bff4ded))
* local network support in constants ([a4b8f19](https://github.com/AraBlocks/ara-contracts/commit/a4b8f19))
* missed a variable ([2879f71](https://github.com/AraBlocks/ara-contracts/commit/2879f71))
* missed a word ([9e7fce4](https://github.com/AraBlocks/ara-contracts/commit/9e7fce4))
* **migrations/2_deploy_contracts.js:** fix undefined ctx in deploy ([13378e1](https://github.com/AraBlocks/ara-contracts/commit/13378e1))
* missed a variable ([33e4dac](https://github.com/AraBlocks/ara-contracts/commit/33e4dac))
* missed a word ([f1bd021](https://github.com/AraBlocks/ara-contracts/commit/f1bd021))
* pass in owner still for allowance, bump ara-identity to 0.30.x ([b152283](https://github.com/AraBlocks/ara-contracts/commit/b152283))
* 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))
* should fix travis ([68b67fc](https://github.com/AraBlocks/ara-contracts/commit/68b67fc))
* **constants.js:** remove chainIds from address switch ([1a44cc3](https://github.com/AraBlocks/ara-contracts/commit/1a44cc3))
* **constants.js:** revert privatenet addresses ([8e9ff24](https://github.com/AraBlocks/ara-contracts/commit/8e9ff24))
* **migrations/2_deploy_contracts.js:** allow local truffle deployments ([0835298](https://github.com/AraBlocks/ara-contracts/commit/0835298))
* travis ([3cfc45b](https://github.com/AraBlocks/ara-contracts/commit/3cfc45b))
* travis ([79870a8](https://github.com/AraBlocks/ara-contracts/commit/79870a8))
* travis ([2e20dbb](https://github.com/AraBlocks/ara-contracts/commit/2e20dbb))
* **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))
* travis ([79870a8](https://github.com/AraBlocks/ara-contracts/commit/79870a8))
* travis? ([db5a541](https://github.com/AraBlocks/ara-contracts/commit/db5a541))
* **constants.js:** lint it up ([c061587](https://github.com/AraBlocks/ara-contracts/commit/c061587))
* **migrations/2_deploy_contracts.js:** allow local truffle deployments ([0835298](https://github.com/AraBlocks/ara-contracts/commit/0835298))
* **storage.js:** remove storage falsy checks ([8bd3ced](https://github.com/AraBlocks/ara-contracts/commit/8bd3ced))
* wrap bc events in promises ([510d235](https://github.com/AraBlocks/ara-contracts/commit/510d235))


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

0 comments on commit f0dd057

Please sign in to comment.