From 575918e9c8cc51ad9e4eb1e6df2ef71d84350af2 Mon Sep 17 00:00:00 2001 From: Benjamin Norwood Date: Wed, 9 Nov 2016 16:09:58 -0600 Subject: [PATCH] #83 Updated README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c5fbaf0..919c186 100644 --- a/README.md +++ b/README.md @@ -312,3 +312,5 @@ In lieu of a formal styleguide, take care to maintain the existing coding style. 0.3.5 Adds options to support AMD modules (PR #75, thanks @Southpaw17) 0.3.6 Updates peer dependencies for Grunt 1.0 (PR #81) + +1.0.0 Added ability to render pug templates. (PR #83)