Skip to content

Commit d50fd1d

Browse files
chore(release): 8.5.2 [skip ci]
## [8.5.2](v8.5.1...v8.5.2) (2019-08-09) ### Bug Fixes * quotation tokenizing, [#151](#151) ([1e4f237](1e4f237))
1 parent 1e4f237 commit d50fd1d

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+
## [8.5.2](https://github.com/harttle/liquidjs/compare/v8.5.1...v8.5.2) (2019-08-09)
2+
3+
4+
### Bug Fixes
5+
6+
* quotation tokenizing, [#151](https://github.com/harttle/liquidjs/issues/151) ([1e4f237](https://github.com/harttle/liquidjs/commit/1e4f237))
7+
18
## [8.5.1](https://github.com/harttle/liquidjs/compare/v8.5.0...v8.5.1) (2019-08-05)
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": "8.5.1",
3+
"version": "8.5.2",
44
"description": "Liquid template engine by pure JavaScript: compatible to shopify, easy to extend.",
55
"main": "dist/liquid.common.js",
66
"types": "dist/liquid.d.ts",

0 commit comments

Comments
 (0)