From d6e7ee8613f3647f07cdd58f8d5d0263c571889d Mon Sep 17 00:00:00 2001
From: oclif-bot <498c3f754e2453f89e1dce1990846f4063faefd4>
Date: Thu, 15 Mar 2018 18:22:15 +0000
Subject: [PATCH] chore(release): 1.3.59 [skip ci]
## [1.3.59](https://github.com/oclif/config/compare/dc94ff9ee3e898f7a0e722600ec94853f2675879...v1.3.59) (2018-03-15)
### Bug Fixes
* add an option to throw instead or warn on manifest create ([573c26e](https://github.com/oclif/config/commit/573c26e))
---
CHANGELOG.md | 8 ++++++++
package.json | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2169f6e4..20906465 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+## [1.3.59](https://github.com/oclif/config/compare/dc94ff9ee3e898f7a0e722600ec94853f2675879...v1.3.59) (2018-03-15)
+
+
+### Bug Fixes
+
+* add an option to throw instead or warn on manifest create ([573c26e](https://github.com/oclif/config/commit/573c26e))
+
## [1.3.58](https://github.com/oclif/config/compare/684c2147ee00b0faa6968b4fe6a7a30418d06f42...v1.3.58) (2018-02-28)
diff --git a/package.json b/package.json
index 5606e6fc..b49efe59 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.3.58",
+ "version": "1.3.59",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/config/issues",
"dependencies": {},