Skip to content

Commit e87f068

Browse files
chore(release): 9.38.0 [skip ci]
# [9.38.0](v9.37.0...v9.38.0) (2022-07-07) ### Bug Fixes * stack overflow on large number of templates, [#513](#513) ([3dc4290](3dc4290)) ### Features * inline comment tag ([#514](#514)) ([2f87708](2f87708))
1 parent 392b859 commit e87f068

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [9.38.0](https://github.com/harttle/liquidjs/compare/v9.37.0...v9.38.0) (2022-07-07)
2+
3+
4+
### Bug Fixes
5+
6+
* stack overflow on large number of templates, [#513](https://github.com/harttle/liquidjs/issues/513) ([3dc4290](https://github.com/harttle/liquidjs/commit/3dc4290b56265cfafbee8d9836e912d9b8492f90))
7+
8+
9+
### Features
10+
11+
* inline comment tag ([#514](https://github.com/harttle/liquidjs/issues/514)) ([2f87708](https://github.com/harttle/liquidjs/commit/2f8770898963e35ac4491f6975a8abd03dc09067))
12+
113
# [9.37.0](https://github.com/harttle/liquidjs/compare/v9.36.2...v9.37.0) (2022-04-21)
214

315

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "liquidjs",
3-
"version": "9.37.0",
3+
"version": "9.38.0",
44
"description": "A simple, expressive and safe Shopify / Github Pages compatible template engine in pure JavaScript.",
55
"main": "dist/liquid.node.cjs.js",
66
"module": "dist/liquid.node.esm.js",

0 commit comments

Comments
 (0)