diff --git a/.changeset/olive-pugs-jam.md b/.changeset/olive-pugs-jam.md deleted file mode 100644 index 8f6e2a0..0000000 --- a/.changeset/olive-pugs-jam.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@epilot/pricing': minor ---- - -Bump the `@epilot/sdk` peer dependency to `^2.19.3` and source `PriceTierEnhanced` from it. - -The SDK now ships the legacy "additional types" (carried over from `@epilot/pricing-client`) on the `@epilot/sdk/pricing` entrypoint, so the local `PriceTierEnhanced` declaration this package added during the SDK migration is no longer needed. It is re-exported from the SDK instead — the type shape is unchanged, so this is a no-op for consumers other than the raised minimum peer version. diff --git a/CHANGELOG.md b/CHANGELOG.md index f02ace7..3ae07cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 5.9.0 + +### Minor Changes + +- 0fed6d1: Bump the `@epilot/sdk` peer dependency to `^2.19.3` and source `PriceTierEnhanced` from it. + + The SDK now ships the legacy "additional types" (carried over from `@epilot/pricing-client`) on the `@epilot/sdk/pricing` entrypoint, so the local `PriceTierEnhanced` declaration this package added during the SDK migration is no longer needed. It is re-exported from the SDK instead — the type shape is unchanged, so this is a no-op for consumers other than the raised minimum peer version. + ## 5.8.0 ### Minor Changes diff --git a/package.json b/package.json index 3135633..0ac5de0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@epilot/pricing", - "version": "5.8.0", + "version": "5.9.0", "description": "Pricing Library", "main": "./dist/cjs/index.cjs", "module": "./dist/esm/index.mjs",