Skip to content

Commit

Permalink
chore(release): 8.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.3.0](v8.2.4...v8.3.0) (2019-06-27)

### Features

* fs option implemented by [#138](#138) ([3f5e23c](3f5e23c))
  • Loading branch information
semantic-release-bot committed Jun 27, 2019
1 parent 3f5e23c commit 570400e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [8.3.0](https://github.com/harttle/liquidjs/compare/v8.2.4...v8.3.0) (2019-06-27)


### Features

* fs option implemented by [#138](https://github.com/harttle/liquidjs/issues/138) ([3f5e23c](https://github.com/harttle/liquidjs/commit/3f5e23c))

## [8.2.4](https://github.com/harttle/liquidjs/compare/v8.2.3...v8.2.4) (2019-06-17)


Expand Down
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": "8.2.4",
"version": "8.3.0",
"description": "Liquid template engine by pure JavaScript: compatible to shopify, easy to extend.",
"main": "dist/liquid.common.js",
"types": "dist/liquid.d.ts",
Expand Down

0 comments on commit 570400e

Please sign in to comment.