Skip to content

Commit

Permalink
chore(release): 6.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [6.4.2](v6.4.1...v6.4.2) (2019-01-28)

### Bug Fixes

* **CI:** e2e not building cjs ([dde7b3b](dde7b3b))
  • Loading branch information
semantic-release-bot committed Jan 28, 2019
1 parent c0524a8 commit d14f185
Show file tree
Hide file tree
Showing 9 changed files with 83 additions and 54 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [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))

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


Expand Down
59 changes: 35 additions & 24 deletions dist/liquid.common.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/liquid.common.js.map

Large diffs are not rendered by default.

59 changes: 35 additions & 24 deletions dist/liquid.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/liquid.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/liquid.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/liquid.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d14f185

Please sign in to comment.