From f16c7d111130902629068996c206a6ca80b72f27 Mon Sep 17 00:00:00 2001 From: Stefan Ullinger Date: Sat, 2 Nov 2019 15:00:01 +0100 Subject: [PATCH] Updated version number. --- README.md | 10 +++++++--- package.json | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f533304..17073c9 100644 --- a/README.md +++ b/README.md @@ -359,7 +359,7 @@ options: // Usage: // data.json: { "test": "foobar" } // {% set mydata = data("path/to/jsonOrYml/data.json") %} - // {{ mydata.test }} + // {{ mydata.test }} // Output: // foobar @@ -470,7 +470,7 @@ options: Type: `Object` Default value: `{}` -Object hash defining functions in TwigJS. +Object hash defining functions in TwigJS. ##### Example 1: Add asset function to TwigJS ```js @@ -485,7 +485,7 @@ Object hash defining functions in TwigJS. Type: `Object` Default value: `{}` -Object hash defining filters in TwigJS. +Object hash defining filters in TwigJS. ##### Example 1: Add dots filter to TwigJS ```js @@ -500,6 +500,10 @@ For a complete list of available params see the [official twigjs documentation]( ## Release History +__1.8.3__ + + * Improved error message output. + __1.8.2__ * Updated twig.js to 1.12.0. diff --git a/package.json b/package.json index 5b92fa0..2de375a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-twig-render", "description": "Render twig templates", - "version": "1.8.2", + "version": "1.8.3", "homepage": "https://github.com/sullinger/grunt-twig-render", "author": { "name": "Stefan Ullinger",