chore(release): 6.4.3 [skip ci]

## [6.4.3](https://github.com/harttle/liquidjs/compare/v6.4.2...v6.4.3) (2019-02-13)

### Bug Fixes

* better index.d.ts and a demo ([2015f68](https://github.com/harttle/liquidjs/commit/2015f68)), closes [#98](https://github.com/harttle/liquidjs/issues/98)
This commit is contained in:
semantic-release-bot
2019-02-13 12:13:27 +00:00
parent 2015f683b8
commit c8de8bcde2
9 changed files with 17 additions and 8 deletions
+7
View File
@@ -1,3 +1,10 @@
## [6.4.3](https://github.com/harttle/liquidjs/compare/v6.4.2...v6.4.3) (2019-02-13)
### Bug Fixes
* better index.d.ts and a demo ([2015f68](https://github.com/harttle/liquidjs/commit/2015f68)), closes [#98](https://github.com/harttle/liquidjs/issues/98)
## [6.4.2](https://github.com/harttle/liquidjs/compare/v6.4.1...v6.4.2) (2019-01-28)
+2 -1
View File
@@ -1,5 +1,5 @@
/*
* [email protected].2, https://github.com/harttle/liquidjs
* [email protected].3, https://github.com/harttle/liquidjs
* (c) 2016-2019 harttle
* Released under the MIT License.
*/
@@ -3625,6 +3625,7 @@ function Liquid(options) {
return engine;
}
Liquid.default = Liquid;
Liquid.isTruthy = isTruthy;
Liquid.isFalsy = isFalsy;
Liquid.evalExp = evalExp;
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -1
View File
@@ -1,5 +1,5 @@
/*
* liquidjs@6.4.2, https://github.com/harttle/liquidjs
* liquidjs@6.4.3, https://github.com/harttle/liquidjs
* (c) 2016-2019 harttle
* Released under the MIT License.
*/
@@ -3571,6 +3571,7 @@
return engine;
}
Liquid.default = Liquid;
Liquid.isTruthy = isTruthy;
Liquid.isFalsy = isFalsy;
Liquid.evalExp = evalExp;
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "liquidjs",
"version": "6.4.2",
"version": "6.4.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "liquidjs",
"version": "6.4.2",
"version": "6.4.3",
"description": "Liquid template engine by pure JavaScript: compatible to shopify, easy to extend.",
"main": "dist/liquid.common.js",
"module": "src/index.js",