Skip to content

Commit 4af7be6

Browse files
chore(release): 10.25.5 [skip ci]
## [10.25.5](v10.25.4...v10.25.5) (2026-04-07) ### Bug Fixes * enforce root containment for renderFile/parseFile lookups ([#870](#870)) ([f41c1fc](f41c1fc)) * null date should return empty ([#868](#868)) ([#872](#872)) ([4f9a499](4f9a499)) * rounding negative away from zero when half ([#873](#873)) ([1cdf10b](1cdf10b))
1 parent 05c47da commit 4af7be6

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [10.25.5](https://github.com/harttle/liquidjs/compare/v10.25.4...v10.25.5) (2026-04-07)
2+
3+
4+
### Bug Fixes
5+
6+
* enforce root containment for renderFile/parseFile lookups ([#870](https://github.com/harttle/liquidjs/issues/870)) ([f41c1fc](https://github.com/harttle/liquidjs/commit/f41c1fc02fe901598f3328118b42b13bc6bc9b04))
7+
* null date should return empty ([#868](https://github.com/harttle/liquidjs/issues/868)) ([#872](https://github.com/harttle/liquidjs/issues/872)) ([4f9a499](https://github.com/harttle/liquidjs/commit/4f9a49988a93c156524981e189a4fec238e682b8))
8+
* rounding negative away from zero when half ([#873](https://github.com/harttle/liquidjs/issues/873)) ([1cdf10b](https://github.com/harttle/liquidjs/commit/1cdf10b57d82f0592414efbfca19e204b37aea9f))
9+
110
## [10.25.4](https://github.com/harttle/liquidjs/compare/v10.25.3...v10.25.4) (2026-04-07)
211

312

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