File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2
22jobs :
33 build :
44 docker :
5- - image : circleci/node:9.5.0
5+ - image : circleci/node:10.12
66
77 steps :
88 - checkout
Original file line number Diff line number Diff line change 1- 9.3 .0
1+ 10.12 .0
Original file line number Diff line number Diff line change 11## trufflepig changelog
22
3+ ### [ [ >] ( https://github.com/JoinColony/trufflepig/tree/v1.1.0 ) ] 1.1.0 / 28.10.2018
4+ * Update @colony/eslint-config-colony to v7.0.0 (including it's peerDeps)
5+ * Remove truffle console option due to incompatibilities
6+ * Add pre-publish hook
7+ * Set used node version to 10.12.0
8+
39### [ [ >] ( https://github.com/JoinColony/trufflepig/tree/v1.0.3 ) ] 1.0.2 / 11.05.2018
410* Make ` start ` asynchronous, and wait for the cache to be ready
511
Original file line number Diff line number Diff line change 11{
22 "name" : " trufflepig" ,
3- "version" : " 1.0.3 " ,
3+ "version" : " 1.1.0 " ,
44 "description" : " Truffle contract artifact loading tool for local development" ,
55 "main" : " lib/index.js" ,
66 "bin" : " bin/trufflepig.js" ,
You can’t perform that action at this time.
0 commit comments