diff --git a/core/package.json b/core/package.json index 9d49922..e9e9e81 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "auto-config-loader", - "version": "1.7.5", + "version": "1.7.6", "description": "Find and load configuration from a package.json property, rc file, or CommonJS module.", "main": "./lib/index.js", "type": "commonjs", diff --git a/lerna.json b/lerna.json index bf0b84d..87f419b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "1.7.5", + "version": "1.7.6", "packages": ["core"] }