From 34ada727f1cc6f0f0e420168e2d8c8dd01f96ebd Mon Sep 17 00:00:00 2001 From: anycli-bot <35625753+dxcli-bot@users.noreply.github.com> Date: Wed, 7 Feb 2018 06:27:08 +0000 Subject: [PATCH] chore(release): 1.3.37 [skip ci] ## [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)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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": {},