Skip to content

Commit ad8e2f7

Browse files
chore(release): 8.5.3 [skip ci]
## [8.5.3](v8.5.2...v8.5.3) (2019-08-25) ### Bug Fixes * escape filter when input is undefined ([a00945c](a00945c))
1 parent e17bc97 commit ad8e2f7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [8.5.3](https://github.com/harttle/liquidjs/compare/v8.5.2...v8.5.3) (2019-08-25)
2+
3+
4+
### Bug Fixes
5+
6+
* escape filter when input is undefined ([a00945c](https://github.com/harttle/liquidjs/commit/a00945c))
7+
18
## [8.5.2](https://github.com/harttle/liquidjs/compare/v8.5.1...v8.5.2) (2019-08-09)
29

310

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "liquidjs",
3-
"version": "8.5.2",
3+
"version": "8.5.3",
44
"description": "Liquid template engine by pure JavaScript: compatible to shopify, easy to extend.",
55
"main": "dist/liquid.common.js",
66
"types": "dist/liquid.d.ts",

0 commit comments

Comments
 (0)