From 4370ddc27d6b079b6251ae8aaec6059dfdf1d746 Mon Sep 17 00:00:00 2001 From: Jimmy Chan Date: Fri, 8 Dec 2017 21:14:30 -0800 Subject: [PATCH] fix 1.7.4 release changelog to point to #146 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0328983..f7a228f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## Change Log ### v1.7.4 (2017/12/09 05:05 +00:00) -- [#142](https://github.com/linkedin/dustjs-helpers/pull/142) Fix Node 8 - add registerWith property to dustjs-helpers which has factory function (@kumarrishav) +- [#146](https://github.com/linkedin/dustjs-helpers/pull/146) Fix Node 8 - add registerWith property to dustjs-helpers which has factory function (@kumarrishav) ### v1.7.3 (2015/07/28 20:55 +00:00) - [#140](https://github.com/linkedin/dustjs-helpers/pull/140) Fix logic helpers inside any and none blocks. (@sethkinast)