From c4b797e758ea1303d975ecfee122abaa2de27b1a Mon Sep 17 00:00:00 2001 From: yvm-bot Date: Sat, 19 Sep 2020 16:28:49 +0000 Subject: [PATCH] chore(release): 4.0.1 [skip ci] ## [4.0.1](https://github.com/tophat/yvm/compare/v4.0.0...v4.0.1) (2020-09-19) ### Bug Fixes * do not expand variables before calling node script ([#775](https://github.com/tophat/yvm/issues/775)) ([04177ce](https://github.com/tophat/yvm/commit/04177ce1878a401403ce12f04150736a6253bd62)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d67e910a..9dc1e580 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.1](https://github.com/tophat/yvm/compare/v4.0.0...v4.0.1) (2020-09-19) + + +### Bug Fixes + +* do not expand variables before calling node script ([#775](https://github.com/tophat/yvm/issues/775)) ([04177ce](https://github.com/tophat/yvm/commit/04177ce1878a401403ce12f04150736a6253bd62)) + # [4.0.0](https://github.com/tophat/yvm/compare/v3.6.7...v4.0.0) (2020-09-19)