chore(release): 6.4.2 [skip ci]

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

### Bug Fixes

* **CI:** e2e not building cjs ([dde7b3b](https://github.com/harttle/liquidjs/commit/dde7b3b))
This commit is contained in:
semantic-release-bot
2019-01-28 17:34:02 +00:00
parent c0524a83f3
commit d14f18520b
9 changed files with 83 additions and 54 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "liquidjs",
"version": "6.4.1",
"version": "6.4.2",
"description": "Liquid template engine by pure JavaScript: compatible to shopify, easy to extend.",
"main": "dist/liquid.common.js",
"module": "src/index.js",