Skip to content

Commit 3d71d9e

Browse files
chore(release): 9.28.4 [skip ci]
## [9.28.4](v9.28.3...v9.28.4) (2021-10-31) ### Bug Fixes * allow `{%render%}` to reassign argument, [#404](#404) ([124f4c4](124f4c4))
1 parent 124f4c4 commit 3d71d9e

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.28.4](https://github.com/harttle/liquidjs/compare/v9.28.3...v9.28.4) (2021-10-31)
2+
3+
4+
### Bug Fixes
5+
6+
* allow `{%render%}` to reassign argument, [#404](https://github.com/harttle/liquidjs/issues/404) ([124f4c4](https://github.com/harttle/liquidjs/commit/124f4c4485270a5fdfca610808a56ecd98d98417))
7+
18
## [9.28.3](https://github.com/harttle/liquidjs/compare/v9.28.2...v9.28.3) (2021-10-27)
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.28.3",
3+
"version": "9.28.4",
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)