From 4ff9c8f670fe9a0a642fbabb894bed1cdab843fe Mon Sep 17 00:00:00 2001
From: heroku-cli <31491619+heroku-cli@users.noreply.github.com>
Date: Fri, 19 Jan 2018 20:18:23 +0000
Subject: [PATCH] chore(release): 2.1.0 [skip ci]
# [2.1.0](https://github.com/dxcli/cli-ux/compare/v2.0.21...v2.1.0) (2018-01-19)
### Bug Fixes
* add sourceMap ([11375af](https://github.com/dxcli/cli-ux/commit/11375af))
* added actions ([8782559](https://github.com/dxcli/cli-ux/commit/8782559))
* export ExitError ([47e372b](https://github.com/dxcli/cli-ux/commit/47e372b))
* only handle errors once ([f969ff3](https://github.com/dxcli/cli-ux/commit/f969ff3))
* rethrow errors ([08be292](https://github.com/dxcli/cli-ux/commit/08be292))
* scope exitErr ([01eac05](https://github.com/dxcli/cli-ux/commit/01eac05))
* scopes ([e0394f6](https://github.com/dxcli/cli-ux/commit/e0394f6))
* use old error style ([f10be7d](https://github.com/dxcli/cli-ux/commit/f10be7d))
### Features
* added styledHeader and styledJSON ([3c9f01d](https://github.com/dxcli/cli-ux/commit/3c9f01d))
* added styledHeader and styledJSON ([00f2913](https://github.com/dxcli/cli-ux/commit/00f2913))
* v3 ([0c03a77](https://github.com/dxcli/cli-ux/commit/0c03a77))
---
CHANGELOG.md | 21 +++++++++++++++++++++
package.json | 2 +-
2 files changed, 22 insertions(+), 1 deletion(-)
create mode 100644 CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 00000000..dfca2054
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,21 @@
+
+# [2.1.0](https://github.com/dxcli/cli-ux/compare/v2.0.21...v2.1.0) (2018-01-19)
+
+
+### Bug Fixes
+
+* add sourceMap ([11375af](https://github.com/dxcli/cli-ux/commit/11375af))
+* added actions ([8782559](https://github.com/dxcli/cli-ux/commit/8782559))
+* export ExitError ([47e372b](https://github.com/dxcli/cli-ux/commit/47e372b))
+* only handle errors once ([f969ff3](https://github.com/dxcli/cli-ux/commit/f969ff3))
+* rethrow errors ([08be292](https://github.com/dxcli/cli-ux/commit/08be292))
+* scope exitErr ([01eac05](https://github.com/dxcli/cli-ux/commit/01eac05))
+* scopes ([e0394f6](https://github.com/dxcli/cli-ux/commit/e0394f6))
+* use old error style ([f10be7d](https://github.com/dxcli/cli-ux/commit/f10be7d))
+
+
+### Features
+
+* added styledHeader and styledJSON ([3c9f01d](https://github.com/dxcli/cli-ux/commit/3c9f01d))
+* added styledHeader and styledJSON ([00f2913](https://github.com/dxcli/cli-ux/commit/00f2913))
+* v3 ([0c03a77](https://github.com/dxcli/cli-ux/commit/0c03a77))
diff --git a/package.json b/package.json
index c7fbf5d2..7ec175e6 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "cli-ux",
"description": "cli IO utilities",
- "version": "3.0.0-alpha.5",
+ "version": "2.1.0",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/dxcli/cli-ux/issues",
"dependencies": {