diff --git a/CHANGELOG.md b/CHANGELOG.md index 561dd2bac4..7f3e3abf98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [9.19.0](https://github.com/harttle/liquidjs/compare/v9.18.0...v9.19.0) (2020-12-18) + + +### Bug Fixes + +* lint ([de32259](https://github.com/harttle/liquidjs/commit/de32259)) +* move offset adding complexity inside TimezoneDate ([26b2175](https://github.com/harttle/liquidjs/commit/26b2175)) +* simpler timezone regex and non-null offset ([e3ecfe3](https://github.com/harttle/liquidjs/commit/e3ecfe3)) + + +### Features + +* add preserveTimezones option ([d70cd2a](https://github.com/harttle/liquidjs/commit/d70cd2a)) +* parse and handle date timezone offsets ([c16c787](https://github.com/harttle/liquidjs/commit/c16c787)) + # [9.18.0](https://github.com/harttle/liquidjs/compare/v9.17.0...v9.18.0) (2020-12-17) diff --git a/package-lock.json b/package-lock.json index 003c2702d7..f274d16b41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "liquidjs", - "version": "9.18.0", + "version": "9.19.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 33a33d8b2d..1e662fbc0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liquidjs", - "version": "9.18.0", + "version": "9.19.0", "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",