diff --git a/.circleci/config.yml b/.circleci/config.yml index 681e545ae9..616370322c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -51,7 +51,7 @@ jobs: - run: yarn wsrun test:circleci @0x/contracts-asset-proxy - run: yarn wsrun test:circleci @0x/contracts-exchange - run: yarn wsrun test:circleci @0x/contracts-exchange-forwarder - - run: yarn wsrun test:circleci @0x/contracts-tec + - run: yarn wsrun test:circleci @0x/contracts-coordinator test-contracts-geth: docker: - image: circleci/node:9-browsers @@ -72,7 +72,7 @@ jobs: - run: TEST_PROVIDER=geth yarn wsrun test:circleci @0x/contracts-asset-proxy - run: TEST_PROVIDER=geth yarn wsrun test:circleci @0x/contracts-exchange - run: TEST_PROVIDER=geth yarn wsrun test:circleci @0x/contracts-exchange-forwarder - - run: TEST_PROVIDER=geth yarn wsrun test:circleci @0x/contracts-tec + - run: TEST_PROVIDER=geth yarn wsrun test:circleci @0x/contracts-coordinator test-publish: resource_class: medium+ docker: diff --git a/contracts/coordinator/CHANGELOG.md b/contracts/coordinator/CHANGELOG.md index e59dde3064..1004e94271 100644 --- a/contracts/coordinator/CHANGELOG.md +++ b/contracts/coordinator/CHANGELOG.md @@ -4,15 +4,3 @@ Edit the package's CHANGELOG.json file only. --> CHANGELOG - -## v0.0.4 - _March 1, 2019_ - - * Dependencies updated - -## v0.0.3 - _February 27, 2019_ - - * Dependencies updated - -## v0.0.2 - _February 26, 2019_ - - * Dependencies updated