Skip to content

Commit

Permalink
chore(release): 0.22.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Jiang committed Feb 4, 2019
1 parent d213b24 commit 4dcfac4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# [0.21.0](https://github.com/AraBlocks/ara-contracts/compare/0.16.0...0.21.0) (2019-01-23)
# [0.22.0](https://github.com/AraBlocks/ara-contracts/compare/0.20.0...0.22.0) (2019-02-04)


### Features

* consolidate proxy usage to AraProxy ([f0da598](https://github.com/AraBlocks/ara-contracts/commit/f0da598))
* refactor out AraRegistry dependency in AraProxy ([4c3cdfa](https://github.com/AraBlocks/ara-contracts/commit/4c3cdfa))



# [0.20.0](https://github.com/AraBlocks/ara-contracts/compare/0.16.0...0.20.0) (2019-01-16)


### Bug Fixes
Expand Down Expand Up @@ -42,10 +52,8 @@
* 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))
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.21.0",
"version": "0.22.0",
"description": "Ara Contract Module - DCDN and AFS blockchain integration.",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 4dcfac4

Please sign in to comment.