Skip to content

Commit 154deed

Browse files
chore(release): 9.0.1 [skip ci]
## [9.0.1](v9.0.0...v9.0.1) (2019-10-02) ### Bug Fixes * `unless` content is not waited, fixes [#160](#160) ([d2c8d13](d2c8d13))
1 parent d2c8d13 commit 154deed

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [9.0.1](https://github.com/harttle/liquidjs/compare/v9.0.0...v9.0.1) (2019-10-02)
2+
3+
4+
### Bug Fixes
5+
6+
* `unless` content is not waited, fixes [#160](https://github.com/harttle/liquidjs/issues/160) ([d2c8d13](https://github.com/harttle/liquidjs/commit/d2c8d13))
7+
18
# [9.0.0](https://github.com/harttle/liquidjs/compare/v8.5.3...v9.0.0) (2019-08-26)
29

310

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "liquidjs",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "Liquid template engine by pure JavaScript: compatible to shopify, easy to extend.",
55
"main": "dist/liquid.cjs.js",
66
"es2015": "dist/liquid.esm.js",

0 commit comments

Comments
 (0)