Skip to content

Commit b0facc7

Browse files
chore(release): 10.20.3 [skip ci]
## [10.20.3](v10.20.2...v10.20.3) (2025-02-09) ### Bug Fixes * empty tagToken.args since 10.20.0, fixes [#796](#796) ([38a0f51](38a0f51))
1 parent 5cb843f commit b0facc7

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+
## [10.20.3](https://github.com/harttle/liquidjs/compare/v10.20.2...v10.20.3) (2025-02-09)
2+
3+
4+
### Bug Fixes
5+
6+
* empty tagToken.args since 10.20.0, fixes [#796](https://github.com/harttle/liquidjs/issues/796) ([38a0f51](https://github.com/harttle/liquidjs/commit/38a0f510b0a14baf35a368e9f07b536253394d06))
7+
18
## [10.20.2](https://github.com/harttle/liquidjs/compare/v10.20.1...v10.20.2) (2025-01-19)
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": "10.20.2",
3+
"version": "10.20.3",
44
"sideEffects": false,
55
"description": "A simple, expressive and safe Shopify / Github Pages compatible template engine in pure JavaScript.",
66
"main": "dist/liquid.node.js",

0 commit comments

Comments
 (0)