Skip to content

Commit

Permalink
chore(release): 0.11.3 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkGeeRomano committed Dec 10, 2018
1 parent 69ffd6e commit 26caf46
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
29 changes: 16 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [0.11.2](https://github.com/AraBlocks/ara-contracts/compare/0.3.0...0.11.2) (2018-12-10)
## [0.11.3](https://github.com/AraBlocks/ara-contracts/compare/0.3.0...0.11.3) (2018-12-10)


### Bug Fixes
Expand All @@ -8,42 +8,45 @@
* deploy standard during migration ([acefd34](https://github.com/AraBlocks/ara-contracts/commit/acefd34))
* increase timeout ([b09e898](https://github.com/AraBlocks/ara-contracts/commit/b09e898))
* issue [#85](https://github.com/AraBlocks/ara-contracts/issues/85) ([614ec5d](https://github.com/AraBlocks/ara-contracts/commit/614ec5d))
* lint ([0a5ff7d](https://github.com/AraBlocks/ara-contracts/commit/0a5ff7d))
* lint ([bff4ded](https://github.com/AraBlocks/ara-contracts/commit/bff4ded))
* lint ([0a5ff7d](https://github.com/AraBlocks/ara-contracts/commit/0a5ff7d))
* **.npmignore:** revert bin/ and lib/ in npmignore ([392288e](https://github.com/AraBlocks/ara-contracts/commit/392288e))
* **.npmignore:** revert migrations, installed_contracts in ignore ([d5aef2d](https://github.com/AraBlocks/ara-contracts/commit/d5aef2d))
* **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))
* **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))
* **migrations/2_deploy_contracts.js:** fix undefined ctx in deploy ([13378e1](https://github.com/AraBlocks/ara-contracts/commit/13378e1))
* **purchase.js:** declared load as constant ([8034dc5](https://github.com/AraBlocks/ara-contracts/commit/8034dc5))
* local network support in constants ([a4b8f19](https://github.com/AraBlocks/ara-contracts/commit/a4b8f19))
* 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))
* **storage.js:** remove storage falsy checks ([8bd3ced](https://github.com/AraBlocks/ara-contracts/commit/8bd3ced))
* remove owner being passed into ara-util.validate ([7cd9aad](https://github.com/AraBlocks/ara-contracts/commit/7cd9aad))
* revert contracts/ ignore, ara-identity 0.34.x => 0.37.x ([73317cb](https://github.com/AraBlocks/ara-contracts/commit/73317cb))
* should fix travis ([68b67fc](https://github.com/AraBlocks/ara-contracts/commit/68b67fc))
* **.npmignore:** revert bin/ and lib/ in npmignore ([392288e](https://github.com/AraBlocks/ara-contracts/commit/392288e))
* travis ([3cfc45b](https://github.com/AraBlocks/ara-contracts/commit/3cfc45b))
* **.npmignore:** revert migrations, installed_contracts in ignore ([8afbca3](https://github.com/AraBlocks/ara-contracts/commit/8afbca3))
* test script ([7868e36](https://github.com/AraBlocks/ara-contracts/commit/7868e36))
* **migrations/2_deploy_contracts.js:** allow local truffle deployments ([0835298](https://github.com/AraBlocks/ara-contracts/commit/0835298))
* travis ([79870a8](https://github.com/AraBlocks/ara-contracts/commit/79870a8))
* travis ([2e20dbb](https://github.com/AraBlocks/ara-contracts/commit/2e20dbb))
* **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))
* travis ([3cfc45b](https://github.com/AraBlocks/ara-contracts/commit/3cfc45b))
* travis ([79870a8](https://github.com/AraBlocks/ara-contracts/commit/79870a8))
* travis? ([db5a541](https://github.com/AraBlocks/ara-contracts/commit/db5a541))
* wrap bc events in promises ([510d235](https://github.com/AraBlocks/ara-contracts/commit/510d235))
* **constants.js:** revert privatenet addresses ([8e9ff24](https://github.com/AraBlocks/ara-contracts/commit/8e9ff24))
* **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))


### Features

* contracts storage interface ([123a701](https://github.com/AraBlocks/ara-contracts/commit/123a701))
* **package.json:** added shipright cmd to version hook ([ca12fd3](https://github.com/AraBlocks/ara-contracts/commit/ca12fd3))
* **rewards.js:** estimaate option for redeem rewards balance ([63ef04a](https://github.com/AraBlocks/ara-contracts/commit/63ef04a))
* getJobOwner ([5b0f8bf](https://github.com/AraBlocks/ara-contracts/commit/5b0f8bf))
* index event parameters ([f5ceec8](https://github.com/AraBlocks/ara-contracts/commit/f5ceec8))
* rename commerce to ownership ([b2a60aa](https://github.com/AraBlocks/ara-contracts/commit/b2a60aa))
* show help if command provided is not valid ([c9eea56](https://github.com/AraBlocks/ara-contracts/commit/c9eea56))
* **purchase.js:** Added estimate opt for purchasing ([3137a4a](https://github.com/AraBlocks/ara-contracts/commit/3137a4a))
* **rewards.js:** estimaate option for redeem rewards balance ([63ef04a](https://github.com/AraBlocks/ara-contracts/commit/63ef04a))
* **token.js:** added type check for estimate ([f2b6d0c](https://github.com/AraBlocks/ara-contracts/commit/f2b6d0c))



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

0 comments on commit 26caf46

Please sign in to comment.