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 3006303..560887c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.7.1 + +### 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.6.9 ### Patch Changes diff --git a/package.json b/package.json index 361f328..1456ade 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@epilot/pricing", - "version": "5.7.0", + "version": "5.7.1", "description": "Pricing Library", "main": "./dist/cjs/index.cjs", "module": "./dist/esm/index.mjs",