Skip to content

Commit

Permalink
Version 2.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
kipliklotrika committed Nov 21, 2018
2 parents 53cb2e4 + e6b9331 commit cbfe790
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .grenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
"changelogFilename": "CHANGELOG.md",
"ignore-labels": ["minor", "internal process"],
"groupBy": {
"Features": ["enhancement"],
"Features": ["enhancement", "breaking change"],
"Chore:": ["chore", "internal"],
"Bug Fixes:": ["bug"]
}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "origintrail_node",
"version": "2.0.21",
"version": "2.0.22",
"description": "OriginTrail node",
"main": ".eslintrc.js",
"config": {
Expand Down
3 changes: 3 additions & 0 deletions testnet/register-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ function main() {
}

if (process.env.IMPORT_WHITELIST) {
if (!externalConfig.network) {
externalConfig.network = {};
}
externalConfig.network.remoteWhitelist = process.env.IMPORT_WHITELIST.split(',');
}

Expand Down

0 comments on commit cbfe790

Please sign in to comment.