From 0aead04d7e303ab18e49b32a2df910042870d4f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 07:20:00 +0000 Subject: [PATCH] chore: release @epilot/pricing --- .changeset/tidy-tigers-listen.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tidy-tigers-listen.md diff --git a/.changeset/tidy-tigers-listen.md b/.changeset/tidy-tigers-listen.md deleted file mode 100644 index 8477e96..0000000 --- a/.changeset/tidy-tigers-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@epilot/pricing': patch ---- - -Support TaxItem (an ad-hoc tax rate with no backing entity) alongside Tax wherever a tax object is accepted or returned, following the @epilot/pricing-client bump that introduced it. Ad-hoc/custom line items with no product or price reference can now be taxed without a full Tax entity. diff --git a/CHANGELOG.md b/CHANGELOG.md index 09af76c..9e4fead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.7.2 + +### Patch Changes + +- ecc5e54: Support TaxItem (an ad-hoc tax rate with no backing entity) alongside Tax wherever a tax object is accepted or returned, following the @epilot/pricing-client bump that introduced it. Ad-hoc/custom line items with no product or price reference can now be taxed without a full Tax entity. + ## 5.7.1 ### Patch Changes diff --git a/package.json b/package.json index 1456ade..884fdf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@epilot/pricing", - "version": "5.7.1", + "version": "5.7.2", "description": "Pricing Library", "main": "./dist/cjs/index.cjs", "module": "./dist/esm/index.mjs",