Skip to content

Commit bf3bd54

Browse files
chore(release): 10.20.2 [skip ci]
## [10.20.2](v10.20.1...v10.20.2) (2025-01-19) ### Bug Fixes * consistent range syntax parsing, [#791](#791) ([a490a70](a490a70)) * context for group_by_exp/where_exp/find_exp, [#790](#790) ([a5070af](a5070af))
1 parent a490a70 commit bf3bd54

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [10.20.2](https://github.com/harttle/liquidjs/compare/v10.20.1...v10.20.2) (2025-01-19)
2+
3+
4+
### Bug Fixes
5+
6+
* consistent range syntax parsing, [#791](https://github.com/harttle/liquidjs/issues/791) ([a490a70](https://github.com/harttle/liquidjs/commit/a490a70da1ca2b479065c6618207bf4789db6b4f))
7+
* context for group_by_exp/where_exp/find_exp, [#790](https://github.com/harttle/liquidjs/issues/790) ([a5070af](https://github.com/harttle/liquidjs/commit/a5070af3e4b4d1ae3b6398c6638b130e50e1cf6e))
8+
19
## [10.20.1](https://github.com/harttle/liquidjs/compare/v10.20.0...v10.20.1) (2025-01-04)
210

311

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.1",
3+
"version": "10.20.2",
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)