diff --git a/.circleci/config.yml b/.circleci/config.yml index 8d31f3c..6c36801 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: circleci/node:9.5.0 + - image: circleci/node:10.12 steps: - checkout diff --git a/.nvmrc b/.nvmrc index b13d146..c4d592e 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -9.3.0 +10.12.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 15744e6..7f6b5cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## trufflepig changelog +### [ [>](https://github.com/JoinColony/trufflepig/tree/v1.1.0) ] 1.1.0 / 28.10.2018 +* Update @colony/eslint-config-colony to v7.0.0 (including it's peerDeps) +* Remove truffle console option due to incompatibilities +* Add pre-publish hook +* Set used node version to 10.12.0 + ### [ [>](https://github.com/JoinColony/trufflepig/tree/v1.0.3) ] 1.0.2 / 11.05.2018 * Make `start` asynchronous, and wait for the cache to be ready diff --git a/package.json b/package.json index a84a446..5e291aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trufflepig", - "version": "1.0.3", + "version": "1.1.0", "description": "Truffle contract artifact loading tool for local development", "main": "lib/index.js", "bin": "bin/trufflepig.js",