diff --git a/CHANGELOG.md b/CHANGELOG.md index 846bbf50c..827407c94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.6.2](https://github.com/harttle/liquidjs/compare/v9.6.1...v9.6.2) (2020-01-10) + + +### Performance Improvements + +* prevent multiple case evaluations ([807e840](https://github.com/harttle/liquidjs/commit/807e840)) + ## [9.6.1](https://github.com/harttle/liquidjs/compare/v9.6.0...v9.6.1) (2020-01-04) diff --git a/package.json b/package.json index 22aab8f25..30632d8f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liquidjs", - "version": "9.1.1", + "version": "9.6.2", "description": "Liquid template engine by pure JavaScript: compatible to shopify, easy to extend.", "main": "dist/liquid.cjs.js", "es2015": "dist/liquid.esm.js", @@ -131,7 +131,7 @@ "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" - } + } }, "dependencies": {} }