Skip to content

Commit

Permalink
Updated version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanullinger committed Nov 2, 2019
1 parent b517f3d commit f16c7d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ options:
// Usage:
// data.json: { "test": "foobar" }
// {% set mydata = data("path/to/jsonOrYml/data.json") %}
// {{ mydata.test }}
// {{ mydata.test }}

// Output:
// foobar
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f16c7d1

Please sign in to comment.