Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Maniewski committed Oct 28, 2018
1 parent 5619966 commit 9ec6a0a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:9.5.0
- image: circleci/node:10.12

steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.3.0
10.12.0
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

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": "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",
Expand Down

0 comments on commit 9ec6a0a

Please sign in to comment.