Skip to content

Commit 597ce73

Browse files
chore(release): 10.22.0 [skip ci]
# [10.22.0](v10.21.1...v10.22.0) (2025-10-06) ### Bug Fixes * math filters coerce invalid string to 0, [#813](#813) ([#819](#819)) ([e8e502c](e8e502c)) ### Features * allow context access in liquidMethodMissing, [#808](#808) ([#820](#820)) ([e551288](e551288))
1 parent d7fa8ba commit 597ce73

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [10.22.0](https://github.com/harttle/liquidjs/compare/v10.21.1...v10.22.0) (2025-10-06)
2+
3+
4+
### Bug Fixes
5+
6+
* math filters coerce invalid string to 0, [#813](https://github.com/harttle/liquidjs/issues/813) ([#819](https://github.com/harttle/liquidjs/issues/819)) ([e8e502c](https://github.com/harttle/liquidjs/commit/e8e502c5854c9649bf7611a671a068dc260011d1))
7+
8+
9+
### Features
10+
11+
* allow context access in liquidMethodMissing, [#808](https://github.com/harttle/liquidjs/issues/808) ([#820](https://github.com/harttle/liquidjs/issues/820)) ([e551288](https://github.com/harttle/liquidjs/commit/e55128850e507687f9d85a012fc3a72ac2550f3b))
12+
113
## [10.21.1](https://github.com/harttle/liquidjs/compare/v10.21.0...v10.21.1) (2025-05-14)
214

315

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "10.21.1",
3+
"version": "10.22.0",
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)