From c715d64751a1d38545a606c2203337b45e66d4a6 Mon Sep 17 00:00:00 2001
From: anycli-bot <35625753+dxcli-bot@users.noreply.github.com>
Date: Wed, 7 Feb 2018 08:32:28 +0000
Subject: [PATCH] chore(release): 1.3.43 [skip ci]
## [1.3.43](https://github.com/anycli/config/compare/2ef62cc057982c106bf9ecbe5406b95a09fb7ebf...v1.3.43) (2018-02-07)
### Bug Fixes
* make scoped package scopes friendlier ([43cc3d9](https://github.com/anycli/config/commit/43cc3d9))
---
CHANGELOG.md | 8 ++++++++
package.json | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 24a7c802..b4146a16 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+## [1.3.43](https://github.com/anycli/config/compare/2ef62cc057982c106bf9ecbe5406b95a09fb7ebf...v1.3.43) (2018-02-07)
+
+
+### Bug Fixes
+
+* make scoped package scopes friendlier ([43cc3d9](https://github.com/anycli/config/commit/43cc3d9))
+
## [1.3.42](https://github.com/anycli/config/compare/1bd765f5d522b9a4fd2e67fb51043ae93264f402...v1.3.42) (2018-02-07)
diff --git a/package.json b/package.json
index 7ac80e70..9eb53de0 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@anycli/config",
"description": "base config object and standard interfaces for anycli components",
- "version": "1.3.42",
+ "version": "1.3.43",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/anycli/config/issues",
"dependencies": {},