From 5cd42f4500cb29b0a843836fb40b33eadcfa74de Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 20 Feb 2020 17:37:45 +0000 Subject: [PATCH] chore(release): 9.7.2 [skip ci] ## [9.7.2](https://github.com/harttle/liquidjs/compare/v9.7.1...v9.7.2) (2020-02-20) ### Bug Fixes * add funding entry to show up in npm fund command ([40095a8](https://github.com/harttle/liquidjs/commit/40095a8)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37361222f..d22ed5d45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.7.2](https://github.com/harttle/liquidjs/compare/v9.7.1...v9.7.2) (2020-02-20) + + +### Bug Fixes + +* add funding entry to show up in npm fund command ([40095a8](https://github.com/harttle/liquidjs/commit/40095a8)) + ## [9.7.1](https://github.com/harttle/liquidjs/compare/v9.7.0...v9.7.1) (2020-02-19) diff --git a/package.json b/package.json index 39830eefc..c0d3981e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liquidjs", - "version": "9.7.1", + "version": "9.7.2", "description": "Liquid template engine by pure JavaScript: compatible to shopify, easy to extend.", "main": "dist/liquid.cjs.js", "es2015": "dist/liquid.esm.js",