From 095368011281a37adf5bd6bc119eced3fb76ebb1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 3 Apr 2020 15:11:24 +0000 Subject: [PATCH] chore(release): 9.11.10 [skip ci] ## [9.11.10](https://github.com/harttle/liquidjs/compare/v9.11.9...v9.11.10) (2020-04-03) ### Bug Fixes * respect cache render options ([a93f11d](https://github.com/harttle/liquidjs/commit/a93f11d)) --- 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 f3a38866c..3b78e164f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.11.10](https://github.com/harttle/liquidjs/compare/v9.11.9...v9.11.10) (2020-04-03) + + +### Bug Fixes + +* respect cache render options ([a93f11d](https://github.com/harttle/liquidjs/commit/a93f11d)) + ## [9.11.9](https://github.com/harttle/liquidjs/compare/v9.11.8...v9.11.9) (2020-03-31) diff --git a/package-lock.json b/package-lock.json index 4227e0aae..735010592 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "liquidjs", - "version": "9.11.9", + "version": "9.11.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7515cf895..b4af596e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liquidjs", - "version": "9.11.9", + "version": "9.11.10", "description": "A simple, expressive, safe and Shopify compatible template engine in pure JavaScript.", "main": "dist/liquid.cjs.js", "es2015": "dist/liquid.esm.js",