From 22480a80438dab5fe56af935126913344a045a1f Mon Sep 17 00:00:00 2001
From: heroku-cli <31491619+heroku-cli@users.noreply.github.com>
Date: Tue, 16 Jan 2018 02:22:08 +0000
Subject: [PATCH] chore(release): 0.1.0 [skip ci]
# [0.1.0](https://github.com/dxcli/config/compare/v0.0.0...v0.1.0) (2018-01-16)
### Features
* added base config object ([0e9824c](https://github.com/dxcli/config/commit/0e9824c))
---
CHANGELOG.md | 7 +++++++
package.json | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
create mode 100644 CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 00000000..d8c68e07
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,7 @@
+
+# [0.1.0](https://github.com/dxcli/config/compare/v0.0.0...v0.1.0) (2018-01-16)
+
+
+### Features
+
+* added base config object ([0e9824c](https://github.com/dxcli/config/commit/0e9824c))
diff --git a/package.json b/package.json
index 90887bc9..6ebba6aa 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@dxcli/config",
"description": "base config object and standard interfaces for dxcli components",
- "version": "0.0.0",
+ "version": "0.1.0",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/dxcli/config/issues",
"dependencies": {