diff --git a/CHANGELOG.md b/CHANGELOG.md index fc675af5a..c24041b60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [10.29.0](https://github.com/harttle/liquidjs/compare/v10.28.0...v10.29.0) (2026-08-11) + + +### Features + +* add unregisterFilter method ([#946](https://github.com/harttle/liquidjs/issues/946)) ([69b2c58](https://github.com/harttle/liquidjs/commit/69b2c589f9b69a34427cb8533ddb938bd997914f)) +* **filters:** add squish filter ([#943](https://github.com/harttle/liquidjs/issues/943)) ([875513f](https://github.com/harttle/liquidjs/commit/875513f4c5136bed0c64562cccabb21a7db8d36c)) + # [10.28.0](https://github.com/harttle/liquidjs/compare/v10.27.2...v10.28.0) (2026-08-01) diff --git a/package-lock.json b/package-lock.json index a5a6eddd2..4a4c2f93f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "liquidjs", - "version": "10.28.0", + "version": "10.29.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "liquidjs", - "version": "10.28.0", + "version": "10.29.0", "license": "MIT", "dependencies": { "commander": "^10.0.0" diff --git a/package.json b/package.json index dd6a90fd0..406a230a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liquidjs", - "version": "10.28.0", + "version": "10.29.0", "sideEffects": false, "description": "A simple, expressive, extensible Liquid template engine for JavaScript — Shopify, Jekyll and GitHub Pages compatible, for Node.js, browsers, and the CLI, with TypeScript support.", "main": "dist/liquid.node.js",