From 87489f60983989f727fef0e9ece734ec9d8fd32c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 17 Apr 2019 02:51:13 +0000 Subject: [PATCH] chore(release): 8.2.0 [skip ci] # [8.2.0](https://github.com/harttle/liquidjs/compare/v8.1.0...v8.2.0) (2019-04-17) ### Features * pass context to filters ([00bc1ef](https://github.com/harttle/liquidjs/commit/00bc1ef)) --- 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 86b872b30..546c1899f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [8.2.0](https://github.com/harttle/liquidjs/compare/v8.1.0...v8.2.0) (2019-04-17) + + +### Features + +* pass context to filters ([00bc1ef](https://github.com/harttle/liquidjs/commit/00bc1ef)) + # [8.1.0](https://github.com/harttle/liquidjs/compare/v8.0.3...v8.1.0) (2019-04-02) diff --git a/package-lock.json b/package-lock.json index b7788ff3e..c82124d2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "liquidjs", - "version": "8.1.0", + "version": "8.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ddb3e542a..74c13d327 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liquidjs", - "version": "8.1.0", + "version": "8.2.0", "description": "Liquid template engine by pure JavaScript: compatible to shopify, easy to extend.", "main": "dist/liquid.common.js", "types": "dist/liquid.d.ts",