From 2203081b6fa3bf7289c16b20c85f4e78e09d4d10 Mon Sep 17 00:00:00 2001 From: Eric Jiang Date: Wed, 23 Jan 2019 11:04:41 -0500 Subject: [PATCH] chore(release): 0.21.0 :tada: --- CHANGELOG.md | 54 +++++++++++++++++++++++++++------------------------- package.json | 2 +- 2 files changed, 29 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eae9a2..971e2f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,52 +1,54 @@ -# [0.20.0](https://github.com/AraBlocks/ara-contracts/compare/0.16.0...0.20.0) (2019-01-16) +# [0.21.0](https://github.com/AraBlocks/ara-contracts/compare/0.16.0...0.21.0) (2019-01-23) ### Bug Fixes * 0x prefix ([cba1437](https://github.com/AraBlocks/ara-contracts/commit/cba1437)) -* actually silence ganache... ([948ede5](https://github.com/AraBlocks/ara-contracts/commit/948ede5)) -* add mods to AraRegistry ([338e479](https://github.com/AraBlocks/ara-contracts/commit/338e479)) +* actually silence ganache... ([4595541](https://github.com/AraBlocks/ara-contracts/commit/4595541)) +* add mods to AraRegistry ([bcedd09](https://github.com/AraBlocks/ara-contracts/commit/bcedd09)) * added quiet mode ganache ([525b781](https://github.com/AraBlocks/ara-contracts/commit/525b781)) -* AraProxy (i think?) ([c876f71](https://github.com/AraBlocks/ara-contracts/commit/c876f71)) +* AraProxy (i think?) ([2d29208](https://github.com/AraBlocks/ara-contracts/commit/2d29208)) * attempting disabling quiet mode ([e1106df](https://github.com/AraBlocks/ara-contracts/commit/e1106df)) -* bytesdir ([782ebb3](https://github.com/AraBlocks/ara-contracts/commit/782ebb3)) -* can upgrade all contracts at once ([f95b8d1](https://github.com/AraBlocks/ara-contracts/commit/f95b8d1)) -* cant silence ganache... ([b3d4c2f](https://github.com/AraBlocks/ara-contracts/commit/b3d4c2f)) -* cli arg description ([ad494c6](https://github.com/AraBlocks/ara-contracts/commit/ad494c6)) -* cli updates ([7f35312](https://github.com/AraBlocks/ara-contracts/commit/7f35312)) +* bytesdir ([c93365c](https://github.com/AraBlocks/ara-contracts/commit/c93365c)) +* can upgrade all contracts at once ([6cf49bb](https://github.com/AraBlocks/ara-contracts/commit/6cf49bb)) +* cant silence ganache... ([8f1b5e5](https://github.com/AraBlocks/ara-contracts/commit/8f1b5e5)) +* cli arg description ([0c78f6f](https://github.com/AraBlocks/ara-contracts/commit/0c78f6f)) +* cli updates ([67a82e9](https://github.com/AraBlocks/ara-contracts/commit/67a82e9)) * convert test AFS owner to new privatenet account ([a1513a3](https://github.com/AraBlocks/ara-contracts/commit/a1513a3)) * deploy proxy password bug ([8a89340](https://github.com/AraBlocks/ara-contracts/commit/8a89340)) * ethify ([d9b22fe](https://github.com/AraBlocks/ara-contracts/commit/d9b22fe)) -* forgot a conflicts ([bbd139d](https://github.com/AraBlocks/ara-contracts/commit/bbd139d)) +* forgot a conflicts ([304cfd2](https://github.com/AraBlocks/ara-contracts/commit/304cfd2)) * forgot pk in constants, added new fixture ([c2de479](https://github.com/AraBlocks/ara-contracts/commit/c2de479)) -* lint ([1acb3fa](https://github.com/AraBlocks/ara-contracts/commit/1acb3fa)) +* lint ([3a60e5a](https://github.com/AraBlocks/ara-contracts/commit/3a60e5a)) * lint ([877af7c](https://github.com/AraBlocks/ara-contracts/commit/877af7c)) -* lint ([ce85b70](https://github.com/AraBlocks/ara-contracts/commit/ce85b70)) -* lint ([81789ad](https://github.com/AraBlocks/ara-contracts/commit/81789ad)) +* lint ([f679e80](https://github.com/AraBlocks/ara-contracts/commit/f679e80)) +* lint ([d06602f](https://github.com/AraBlocks/ara-contracts/commit/d06602f)) * more password bug fixes ([cf1cbcc](https://github.com/AraBlocks/ara-contracts/commit/cf1cbcc)) -* or not... ([8f5dded](https://github.com/AraBlocks/ara-contracts/commit/8f5dded)) +* or not... ([a31a27a](https://github.com/AraBlocks/ara-contracts/commit/a31a27a)) * PR comments, cleanup tests ([c5aa884](https://github.com/AraBlocks/ara-contracts/commit/c5aa884)) -* remove spaces ([7eccba3](https://github.com/AraBlocks/ara-contracts/commit/7eccba3)) +* remove spaces ([7e29cab](https://github.com/AraBlocks/ara-contracts/commit/7e29cab)) * revert ([94348aa](https://github.com/AraBlocks/ara-contracts/commit/94348aa)) * revert abis ([db0b9aa](https://github.com/AraBlocks/ara-contracts/commit/db0b9aa)) * update privatenet deploy account to accomodate mnemonic seed change ([70f055f](https://github.com/AraBlocks/ara-contracts/commit/70f055f)) * updated test constants ([a6955c3](https://github.com/AraBlocks/ara-contracts/commit/a6955c3)) -* upgrades should be working, more testing needed ([98ac217](https://github.com/AraBlocks/ara-contracts/commit/98ac217)) -* use AraProxy instead of Proxy ([5a42628](https://github.com/AraBlocks/ara-contracts/commit/5a42628)) +* upgrades should be working, more testing needed ([c8cd57e](https://github.com/AraBlocks/ara-contracts/commit/c8cd57e)) +* use AraProxy instead of Proxy ([e45196f](https://github.com/AraBlocks/ara-contracts/commit/e45196f)) * without toHexString ([c76a4fe](https://github.com/AraBlocks/ara-contracts/commit/c76a4fe)) -* woops ([1a2572e](https://github.com/AraBlocks/ara-contracts/commit/1a2572e)) +* woops ([6dee7a0](https://github.com/AraBlocks/ara-contracts/commit/6dee7a0)) ### Features -* add calls to factory and more tests ([fbe8c08](https://github.com/AraBlocks/ara-contracts/commit/fbe8c08)) -* add events ([bc895cb](https://github.com/AraBlocks/ara-contracts/commit/bc895cb)) -* API WIP ([e7beb19](https://github.com/AraBlocks/ara-contracts/commit/e7beb19)) -* just a start ([21d30f3](https://github.com/AraBlocks/ara-contracts/commit/21d30f3)) -* progress, need to fix AraProxy ([60339c8](https://github.com/AraBlocks/ara-contracts/commit/60339c8)) -* update deploy cli to replace version ([4abc53e](https://github.com/AraBlocks/ara-contracts/commit/4abc53e)) -* upgrade api update ([1b704a4](https://github.com/AraBlocks/ara-contracts/commit/1b704a4)) -* upgrade progress ([e7cb9fc](https://github.com/AraBlocks/ara-contracts/commit/e7cb9fc)) +* add calls to factory and more tests ([7f6fb0c](https://github.com/AraBlocks/ara-contracts/commit/7f6fb0c)) +* add events ([507d7fa](https://github.com/AraBlocks/ara-contracts/commit/507d7fa)) +* API WIP ([fa22234](https://github.com/AraBlocks/ara-contracts/commit/fa22234)) +* consolidate proxy usage to AraProxy ([1a933dd](https://github.com/AraBlocks/ara-contracts/commit/1a933dd)) +* just a start ([ff758cf](https://github.com/AraBlocks/ara-contracts/commit/ff758cf)) +* progress, need to fix AraProxy ([cf28b05](https://github.com/AraBlocks/ara-contracts/commit/cf28b05)) +* refactor out AraRegistry dependency in AraProxy ([a4dbb50](https://github.com/AraBlocks/ara-contracts/commit/a4dbb50)) +* update deploy cli to replace version ([84c9069](https://github.com/AraBlocks/ara-contracts/commit/84c9069)) +* upgrade api update ([a994bc8](https://github.com/AraBlocks/ara-contracts/commit/a994bc8)) +* upgrade progress ([fbc48f5](https://github.com/AraBlocks/ara-contracts/commit/fbc48f5)) * use compiled bytecode when deploying AFS standard if available ([90a18a5](https://github.com/AraBlocks/ara-contracts/commit/90a18a5)) diff --git a/package.json b/package.json index 13f4298..11281ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ara-contracts", - "version": "0.20.0", + "version": "0.21.0", "description": "Ara Contract Module - DCDN and AFS blockchain integration.", "main": "index.js", "bin": {