Skip to content

Commit

Permalink
chore(release): 9.19.0 [skip ci]
Browse files Browse the repository at this point in the history
# [9.19.0](v9.18.0...v9.19.0) (2020-12-18)

### Bug Fixes

* lint ([de32259](de32259))
* move offset adding complexity inside TimezoneDate ([26b2175](26b2175))
* simpler timezone regex and non-null offset ([e3ecfe3](e3ecfe3))

### Features

* add preserveTimezones option ([d70cd2a](d70cd2a))
* parse and handle date timezone offsets ([c16c787](c16c787))
  • Loading branch information
semantic-release-bot committed Dec 18, 2020
1 parent de32259 commit 626f911
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 626f911

Please sign in to comment.