diff --git a/CHANGELOG.md b/CHANGELOG.md index e3d1707de..5f8dfd0e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [10.23.0](https://github.com/harttle/liquidjs/compare/v10.22.0...v10.23.0) (2025-10-23) + + +### Features + +* Export specific tokens as types ([#824](https://github.com/harttle/liquidjs/issues/824)) ([4f7d2fd](https://github.com/harttle/liquidjs/commit/4f7d2fd84a8884e1009b13346d331a99b9721149)) + # [10.22.0](https://github.com/harttle/liquidjs/compare/v10.21.1...v10.22.0) (2025-10-06) diff --git a/package-lock.json b/package-lock.json index 4cde77cce..0ba9eb127 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "liquidjs", - "version": "10.22.0", + "version": "10.23.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "liquidjs", - "version": "10.22.0", + "version": "10.23.0", "license": "MIT", "dependencies": { "commander": "^10.0.0" diff --git a/package.json b/package.json index 47f5fd1b5..b401d2df7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liquidjs", - "version": "10.22.0", + "version": "10.23.0", "sideEffects": false, "description": "A simple, expressive and safe Shopify / Github Pages compatible template engine in pure JavaScript.", "main": "dist/liquid.node.js",