Skip to content

Commit f16c7d1

Browse files
Updated version number.
1 parent b517f3d commit f16c7d1

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ options:
359359
// Usage:
360360
// data.json: { "test": "foobar" }
361361
// {% set mydata = data("path/to/jsonOrYml/data.json") %}
362-
// {{ mydata.test }}
362+
// {{ mydata.test }}
363363

364364
// Output:
365365
// foobar
@@ -470,7 +470,7 @@ options:
470470
Type: `Object`
471471
Default value: `{}`
472472

473-
Object hash defining functions in TwigJS.
473+
Object hash defining functions in TwigJS.
474474

475475
##### Example 1: Add asset function to TwigJS
476476
```js
@@ -485,7 +485,7 @@ Object hash defining functions in TwigJS.
485485
Type: `Object`
486486
Default value: `{}`
487487

488-
Object hash defining filters in TwigJS.
488+
Object hash defining filters in TwigJS.
489489

490490
##### Example 1: Add dots filter to TwigJS
491491
```js
@@ -500,6 +500,10 @@ For a complete list of available params see the [official twigjs documentation](
500500

501501
## Release History
502502

503+
__1.8.3__
504+
505+
* Improved error message output.
506+
503507
__1.8.2__
504508

505509
* Updated twig.js to 1.12.0.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-twig-render",
33
"description": "Render twig templates",
4-
"version": "1.8.2",
4+
"version": "1.8.3",
55
"homepage": "https://github.com/sullinger/grunt-twig-render",
66
"author": {
77
"name": "Stefan Ullinger",

0 commit comments

Comments
 (0)