From 0b244534841c508f8bee2d66fdc549e70f08682b Mon Sep 17 00:00:00 2001
From: oclif-bot <35625753+oclif-bot@users.noreply.github.com>
Date: Mon, 30 Apr 2018 23:52:44 +0000
Subject: [PATCH] chore(release): 1.6.15 [skip ci]
## [1.6.15](https://github.com/oclif/config/compare/v1.6.14...v1.6.15) (2018-04-30)
### Bug Fixes
* use require.resolve to find globby and ts-node ([0a75d62](https://github.com/oclif/config/commit/0a75d62))
---
CHANGELOG.md | 8 ++++++++
package.json | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a7f5cb50..392c7464 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+## [1.6.15](https://github.com/oclif/config/compare/v1.6.14...v1.6.15) (2018-04-30)
+
+
+### Bug Fixes
+
+* use require.resolve to find globby and ts-node ([0a75d62](https://github.com/oclif/config/commit/0a75d62))
+
## [1.6.14](https://github.com/oclif/config/compare/v1.6.13...v1.6.14) (2018-04-30)
diff --git a/package.json b/package.json
index 1a327eea..aab8b4bf 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@oclif/config",
"description": "base config object and standard interfaces for oclif components",
- "version": "1.6.14",
+ "version": "1.6.15",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/config/issues",
"dependencies": {