diff --git a/CHANGELOG.md b/CHANGELOG.md index effdaef56..e47b57594 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.5.3](https://github.com/harttle/liquidjs/compare/v8.5.2...v8.5.3) (2019-08-25) + + +### Bug Fixes + +* escape filter when input is undefined ([a00945c](https://github.com/harttle/liquidjs/commit/a00945c)) + ## [8.5.2](https://github.com/harttle/liquidjs/compare/v8.5.1...v8.5.2) (2019-08-09) diff --git a/package-lock.json b/package-lock.json index a9338261f..dec639815 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "liquidjs", - "version": "8.5.2", + "version": "8.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b12a22dbd..efa22c1dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liquidjs", - "version": "8.5.2", + "version": "8.5.3", "description": "Liquid template engine by pure JavaScript: compatible to shopify, easy to extend.", "main": "dist/liquid.common.js", "types": "dist/liquid.d.ts",