From 60c14ba05747aa911ecf08039c8a181f8eb0bf0d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 23 Mar 2020 17:31:37 +0000 Subject: [PATCH] chore(release): 9.11.4 [skip ci] ## [9.11.4](https://github.com/harttle/liquidjs/compare/v9.11.3...v9.11.4) (2020-03-23) ### Bug Fixes * return variable name in include error ([93433a8](https://github.com/harttle/liquidjs/commit/93433a8)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1048f3405..141c38c676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.11.4](https://github.com/harttle/liquidjs/compare/v9.11.3...v9.11.4) (2020-03-23) + + +### Bug Fixes + +* return variable name in include error ([93433a8](https://github.com/harttle/liquidjs/commit/93433a8)) + ## [9.11.3](https://github.com/harttle/liquidjs/compare/v9.11.2...v9.11.3) (2020-03-14) diff --git a/package-lock.json b/package-lock.json index 801c4158e1..4ae395f4f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "liquidjs", - "version": "9.11.3", + "version": "9.11.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 668c39397d..0a283a0d53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liquidjs", - "version": "9.11.3", + "version": "9.11.4", "description": "A simple, expressive, safe and shopify compatible template engine in pure JavaScript.", "main": "dist/liquid.cjs.js", "es2015": "dist/liquid.esm.js",