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))
This commit is contained in:
semantic-release-bot
2019-04-17 02:51:13 +00:00
parent 6c5dc336e7
commit 87489f6098
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -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",