From bf609b443b95414f47f5fbd32938c9d71dc4754a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 31 Mar 2020 18:26:08 +0000 Subject: [PATCH] chore(release): 9.11.9 [skip ci] ## [9.11.9](https://github.com/harttle/liquidjs/compare/v9.11.8...v9.11.9) (2020-03-31) ### Bug Fixes * coerce to Array in `map` and `where` filter ([c923598](https://github.com/harttle/liquidjs/commit/c923598)) --- 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 c00c8e5fb..f3a38866c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.11.9](https://github.com/harttle/liquidjs/compare/v9.11.8...v9.11.9) (2020-03-31) + + +### Bug Fixes + +* coerce to Array in `map` and `where` filter ([c923598](https://github.com/harttle/liquidjs/commit/c923598)) + ## [9.11.8](https://github.com/harttle/liquidjs/compare/v9.11.7...v9.11.8) (2020-03-31) diff --git a/package-lock.json b/package-lock.json index 953dd4070..4227e0aae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "liquidjs", - "version": "9.11.8", + "version": "9.11.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cc6877a39..7515cf895 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liquidjs", - "version": "9.11.8", + "version": "9.11.9", "description": "A simple, expressive, safe and Shopify compatible template engine in pure JavaScript.", "main": "dist/liquid.cjs.js", "es2015": "dist/liquid.esm.js",