chore(release): 6.4.1 [skip ci]

## [6.4.1](https://github.com/harttle/liquidjs/compare/v6.4.0...v6.4.1) (2019-01-28)

### Bug Fixes

* regenerator undefined ([a2caeb5](https://github.com/harttle/liquidjs/commit/a2caeb5))
This commit is contained in:
semantic-release-bot
2019-01-28 16:44:56 +00:00
parent 1c5b934250
commit 84bbb3432f
9 changed files with 132 additions and 124 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "liquidjs",
"version": "6.3.0",
"version": "6.4.1",
"description": "Liquid template engine by pure JavaScript: compatible to shopify, easy to extend.",
"main": "dist/liquid.common.js",
"module": "src/index.js",