diff --git a/CHANGELOG.md b/CHANGELOG.md index af3d03c..a122141 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,25 +1,27 @@ -# [0.13.0](https://github.com/AraBlocks/ara-contracts/compare/0.3.0...0.13.0) (2018-12-12) +## [0.13.1](https://github.com/AraBlocks/ara-contracts/compare/0.3.0...0.13.1) (2018-12-13) ### Bug Fixes * add jobID tohex ([f9ec4e2](https://github.com/AraBlocks/ara-contracts/commit/f9ec4e2)) -* add return value to README ([76b7502](https://github.com/AraBlocks/ara-contracts/commit/76b7502)) +* add return value to README ([e106b79](https://github.com/AraBlocks/ara-contracts/commit/e106b79)) * address PR comments ([5505832](https://github.com/AraBlocks/ara-contracts/commit/5505832)) +* check the correct value ([fe54cc7](https://github.com/AraBlocks/ara-contracts/commit/fe54cc7)) * constants ([a26bed8](https://github.com/AraBlocks/ara-contracts/commit/a26bed8)) * deploy standard during migration ([acefd34](https://github.com/AraBlocks/ara-contracts/commit/acefd34)) * increase timeout ([b09e898](https://github.com/AraBlocks/ara-contracts/commit/b09e898)) +* **purchase.js:** accounted for budget == 0 for estimate ([#159](https://github.com/AraBlocks/ara-contracts/issues/159)) ([69dcf12](https://github.com/AraBlocks/ara-contracts/commit/69dcf12)) * issue [#85](https://github.com/AraBlocks/ara-contracts/issues/85) ([614ec5d](https://github.com/AraBlocks/ara-contracts/commit/614ec5d)) * library tests ([7e20d63](https://github.com/AraBlocks/ara-contracts/commit/7e20d63)) -* lint ([daf3f9d](https://github.com/AraBlocks/ara-contracts/commit/daf3f9d)) * lint ([08646ab](https://github.com/AraBlocks/ara-contracts/commit/08646ab)) -* lint ([94c0977](https://github.com/AraBlocks/ara-contracts/commit/94c0977)) +* lint ([7f9396c](https://github.com/AraBlocks/ara-contracts/commit/7f9396c)) * lint ([c52b6ba](https://github.com/AraBlocks/ara-contracts/commit/c52b6ba)) * lint ([e4eceec](https://github.com/AraBlocks/ara-contracts/commit/e4eceec)) * lint ([4cdc00e](https://github.com/AraBlocks/ara-contracts/commit/4cdc00e)) -* lint ([7f9396c](https://github.com/AraBlocks/ara-contracts/commit/7f9396c)) +* lint ([daf3f9d](https://github.com/AraBlocks/ara-contracts/commit/daf3f9d)) * lint ([95e9c7d](https://github.com/AraBlocks/ara-contracts/commit/95e9c7d)) * lint ([7d90f9e](https://github.com/AraBlocks/ara-contracts/commit/7d90f9e)) +* lint ([94c0977](https://github.com/AraBlocks/ara-contracts/commit/94c0977)) * lint ([bff4ded](https://github.com/AraBlocks/ara-contracts/commit/bff4ded)) * lint ([0a5ff7d](https://github.com/AraBlocks/ara-contracts/commit/0a5ff7d)) * local network support in constants ([a4b8f19](https://github.com/AraBlocks/ara-contracts/commit/a4b8f19)) @@ -33,23 +35,22 @@ * rewards test ([4edec35](https://github.com/AraBlocks/ara-contracts/commit/4edec35)) * should fix travis ([68b67fc](https://github.com/AraBlocks/ara-contracts/commit/68b67fc)) * test order ([19c5d78](https://github.com/AraBlocks/ara-contracts/commit/19c5d78)) -* **constants.js:** revert privatenet addresses ([8e9ff24](https://github.com/AraBlocks/ara-contracts/commit/8e9ff24)) * test script ([7868e36](https://github.com/AraBlocks/ara-contracts/commit/7868e36)) * tests ([387ac8c](https://github.com/AraBlocks/ara-contracts/commit/387ac8c)) -* travis ([2e20dbb](https://github.com/AraBlocks/ara-contracts/commit/2e20dbb)) -* travis ([3cfc45b](https://github.com/AraBlocks/ara-contracts/commit/3cfc45b)) * travis ([79870a8](https://github.com/AraBlocks/ara-contracts/commit/79870a8)) +* travis ([3cfc45b](https://github.com/AraBlocks/ara-contracts/commit/3cfc45b)) * **.npmignore:** revert bin/ and lib/ in npmignore ([392288e](https://github.com/AraBlocks/ara-contracts/commit/392288e)) +* travis ([2e20dbb](https://github.com/AraBlocks/ara-contracts/commit/2e20dbb)) * **.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)) -* travis? ([db5a541](https://github.com/AraBlocks/ara-contracts/commit/db5a541)) * **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)) -* uncomment non-storage tests ([88d7890](https://github.com/AraBlocks/ara-contracts/commit/88d7890)) -* wrap bc events in promises ([510d235](https://github.com/AraBlocks/ara-contracts/commit/510d235)) * **migrations/2_deploy_contracts.js:** fix undefined ctx in deploy ([13378e1](https://github.com/AraBlocks/ara-contracts/commit/13378e1)) -* **purchase.js:** accounted for budget == 0 for estimate ([#159](https://github.com/AraBlocks/ara-contracts/issues/159)) ([69dcf12](https://github.com/AraBlocks/ara-contracts/commit/69dcf12)) * **storage.js:** remove storage falsy checks ([8bd3ced](https://github.com/AraBlocks/ara-contracts/commit/8bd3ced)) +* travis? ([db5a541](https://github.com/AraBlocks/ara-contracts/commit/db5a541)) +* uncomment non-storage tests ([88d7890](https://github.com/AraBlocks/ara-contracts/commit/88d7890)) +* wrap bc events in promises ([510d235](https://github.com/AraBlocks/ara-contracts/commit/510d235)) * **test/token.js:** remove duplicate test ([9b041da](https://github.com/AraBlocks/ara-contracts/commit/9b041da)) @@ -58,8 +59,9 @@ * **package.json:** added shipright cmd to version hook ([ca12fd3](https://github.com/AraBlocks/ara-contracts/commit/ca12fd3)) * **purchase.js:** Added estimate opt for purchasing ([#154](https://github.com/AraBlocks/ara-contracts/issues/154)) ([cdb511a](https://github.com/AraBlocks/ara-contracts/commit/cdb511a)) * **rewards.js:** estimaate option for redeem rewards balance ([63ef04a](https://github.com/AraBlocks/ara-contracts/commit/63ef04a)) -* contract event updates and fix [#152](https://github.com/AraBlocks/ara-contracts/issues/152) ([9c6922b](https://github.com/AraBlocks/ara-contracts/commit/9c6922b)) +* contract event updates and fix [#152](https://github.com/AraBlocks/ara-contracts/issues/152) ([623aab6](https://github.com/AraBlocks/ara-contracts/commit/623aab6)) * contracts storage interface ([123a701](https://github.com/AraBlocks/ara-contracts/commit/123a701)) +* fixes [#140](https://github.com/AraBlocks/ara-contracts/issues/140) ([6b7e8a6](https://github.com/AraBlocks/ara-contracts/commit/6b7e8a6)) * 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)) diff --git a/package.json b/package.json index d41c53f..8844cf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ara-contracts", - "version": "0.13.0", + "version": "0.13.1", "description": "Ara Contract Module - DCDN and AFS blockchain integration.", "main": "index.js", "bin": {