diff --git a/CHANGELOG.md b/CHANGELOG.md index 82b85226b..cef4f4665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.16.1](https://github.com/harttle/liquidjs/compare/v9.16.0...v9.16.1) (2020-10-09) + + +### Bug Fixes + +* braced property access ([18a807e](https://github.com/harttle/liquidjs/commit/18a807e)) + # [9.16.0](https://github.com/harttle/liquidjs/compare/v9.15.1...v9.16.0) (2020-10-08) diff --git a/package-lock.json b/package-lock.json index cda2170ae..9857d0b0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "liquidjs", - "version": "9.16.0", + "version": "9.16.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a83ce2f1c..eafc16822 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liquidjs", - "version": "9.16.0", + "version": "9.16.1", "description": "A simple, expressive, safe and Shopify compatible template engine in pure JavaScript.", "main": "dist/liquid.node.cjs.js", "module": "dist/liquid.node.esm.js",