From 93ec15137423b4368cf3891adf8d07ae3f7aa401 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 4 Feb 2021 14:52:00 +0000 Subject: [PATCH] chore(release): 9.22.0 [skip ci] # [9.22.0](https://github.com/harttle/liquidjs/compare/v9.21.0...v9.22.0) (2021-02-04) ### Features * compact filter ([f42c217](https://github.com/harttle/liquidjs/commit/f42c217)) --- 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 0736a300e..cdebfd275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [9.22.0](https://github.com/harttle/liquidjs/compare/v9.21.0...v9.22.0) (2021-02-04) + + +### Features + +* compact filter ([f42c217](https://github.com/harttle/liquidjs/commit/f42c217)) + # [9.21.0](https://github.com/harttle/liquidjs/compare/v9.20.1...v9.21.0) (2021-02-04) diff --git a/package-lock.json b/package-lock.json index e84deed46..7b0241f15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "liquidjs", - "version": "9.21.0", + "version": "9.22.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a9a4c3b3e..b7b5ea7aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liquidjs", - "version": "9.21.0", + "version": "9.22.0", "description": "A simple, expressive, safe and Shopify compatible template engine in pure JavaScript.", "main": "dist/liquid.node.cjs.js", "module": "dist/liquid.node.esm.js",