From 14527a2545b49526488a86c22fae93d1c6e3cb7f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 19 Feb 2020 10:31:46 +0000 Subject: [PATCH] chore(release): 9.7.1 [skip ci] ## [9.7.1](https://github.com/harttle/liquidjs/compare/v9.7.0...v9.7.1) (2020-02-19) ### Bug Fixes * update index.html ([22386b0](https://github.com/harttle/liquidjs/commit/22386b0)) --- CHANGELOG.md | 7 +++++++ docs/index.html | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58a2947c6..37361222f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.7.1](https://github.com/harttle/liquidjs/compare/v9.7.0...v9.7.1) (2020-02-19) + + +### Bug Fixes + +* update index.html ([22386b0](https://github.com/harttle/liquidjs/commit/22386b0)) + # [9.7.0](https://github.com/harttle/liquidjs/compare/v9.6.2...v9.7.0) (2020-02-07) diff --git a/docs/index.html b/docs/index.html index 6b4d871b3..f0fd4d052 100644 --- a/docs/index.html +++ b/docs/index.html @@ -211,7 +211,7 @@ url: 'https://shopify.github.io/liquid/filters/upcase' }, { title: 'escape filter', - code: '
{{ "< > &" | escape }}{{ "< > &" | escape }}
', url: 'https://shopify.github.io/liquid/filters/escape' }, { title: 'escape_once filter', @@ -247,7 +247,7 @@ url: 'https://shopify.github.io/liquid/filters/strip_html' }, { title: 'strip_newlines filter', - code: '{% capture var %}\nfoo\nbar\n{% endcapture %}\n\n
{{ var | strip_newlines }}
\n\n{{', + code: '{% capture var %}\nfoo\nbar\n{% endcapture %}\n\n
{{ var | strip_newlines }}
', url: 'https://shopify.github.io/liquid/filters/strip_newlines' }, { title: 'map filter', diff --git a/package.json b/package.json index 9e6099ede..beefa569b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liquidjs", - "version": "9.7.0", + "version": "9.7.1", "description": "Liquid template engine by pure JavaScript: compatible to shopify, easy to extend.", "main": "dist/liquid.cjs.js", "es2015": "dist/liquid.esm.js",