From e010ca4691fc11547f4eb1597d4b17c4b6f69e5b Mon Sep 17 00:00:00 2001
From: oclif-bot <35625753+oclif-bot@users.noreply.github.com>
Date: Mon, 18 Jun 2018 19:10:50 +0000
Subject: [PATCH] chore(release): 1.6.32 [skip ci]
## [1.6.32](https://github.com/oclif/config/compare/v1.6.31...v1.6.32) (2018-06-18)
### Bug Fixes
* add rootDir from tsconfig for plugins that use it ([#39](https://github.com/oclif/config/issues/39)) ([a6078d1](https://github.com/oclif/config/commit/a6078d1))
---
CHANGELOG.md | 8 ++++++++
package.json | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 42461a83..dfa5294e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+## [1.6.32](https://github.com/oclif/config/compare/v1.6.31...v1.6.32) (2018-06-18)
+
+
+### Bug Fixes
+
+* add rootDir from tsconfig for plugins that use it ([#39](https://github.com/oclif/config/issues/39)) ([a6078d1](https://github.com/oclif/config/commit/a6078d1))
+
## [1.6.31](https://github.com/oclif/config/compare/v1.6.30...v1.6.31) (2018-06-16)
diff --git a/package.json b/package.json
index 16cf6072..7e2aa573 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.31",
+ "version": "1.6.32",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/config/issues",
"dependencies": {