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": {},