diff --git a/CHANGELOG.md b/CHANGELOG.md index 7368d6130..d7cb307da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [10.25.4](https://github.com/harttle/liquidjs/compare/v10.25.3...v10.25.4) (2026-04-07) + + +### Bug Fixes + +* sort and sort_natural filters bypass ownPropertyOnly ([#869](https://github.com/harttle/liquidjs/issues/869)) ([e743da0](https://github.com/harttle/liquidjs/commit/e743da0020d34e2ee547e1cc1a86b58377ebe1ce)) + ## [10.25.3](https://github.com/harttle/liquidjs/compare/v10.25.2...v10.25.3) (2026-04-06) diff --git a/package-lock.json b/package-lock.json index cffedacdc..47aba7346 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "liquidjs", - "version": "10.25.3", + "version": "10.25.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "liquidjs", - "version": "10.25.3", + "version": "10.25.4", "license": "MIT", "dependencies": { "commander": "^10.0.0" diff --git a/package.json b/package.json index 05be86283..19b18f4e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liquidjs", - "version": "10.25.3", + "version": "10.25.4", "sideEffects": false, "description": "A simple, expressive and safe Shopify / Github Pages compatible template engine in pure JavaScript.", "main": "dist/liquid.node.js",