diff --git a/CHANGELOG.md b/CHANGELOG.md
index 592b6019..ad795c76 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+## [1.3.37](https://github.com/anycli/config/compare/b59f755f34d01984737dbcfc765ebb946bf4cc31...v1.3.37) (2018-02-07)
+
+
+### Bug Fixes
+
+* fixed skipping of ts-node ([62658b3](https://github.com/anycli/config/commit/62658b3))
+
## [1.3.36](https://github.com/anycli/config/compare/b0bdf148b070ff08ef3c639c1044bef103942c14...v1.3.36) (2018-02-07)
diff --git a/package.json b/package.json
index 597e75ca..024c66fb 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.36",
+ "version": "1.3.37",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/anycli/config/issues",
"dependencies": {},