diff --git a/CHANGELOG.md b/CHANGELOG.md index 7832eab05..fc675af5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [10.28.0](https://github.com/harttle/liquidjs/compare/v10.27.2...v10.28.0) (2026-08-01) + + +### Bug Fixes + +* **date:** %s returns Unix epoch unaffected by display timezone ([#932](https://github.com/harttle/liquidjs/issues/932)) ([39c8743](https://github.com/harttle/liquidjs/commit/39c87437c5ef38ede9a208c9d55cd13231c6c023)), closes [#931](https://github.com/harttle/liquidjs/issues/931) + + +### Features + +* Add support of inner expressions enclosed by parentheses ([#863](https://github.com/harttle/liquidjs/issues/863)) ([afa5f54](https://github.com/harttle/liquidjs/commit/afa5f5400428fc1ec935aca0282e579224660c95)) + ## [10.27.2](https://github.com/harttle/liquidjs/compare/v10.27.1...v10.27.2) (2026-07-09) diff --git a/package-lock.json b/package-lock.json index d8474150f..a5a6eddd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "liquidjs", - "version": "10.27.2", + "version": "10.28.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "liquidjs", - "version": "10.27.2", + "version": "10.28.0", "license": "MIT", "dependencies": { "commander": "^10.0.0" diff --git a/package.json b/package.json index 2be3d9f05..dd6a90fd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liquidjs", - "version": "10.27.2", + "version": "10.28.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",