diff --git a/.changeset/bright-rabbits-run.md b/.changeset/bright-rabbits-run.md deleted file mode 100644 index bc6502e..0000000 --- a/.changeset/bright-rabbits-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@team-plain/typescript-sdk': patch ---- - -Improve permission denied error handling so that if you are missing any permissions, the error now tells you which ones they are. diff --git a/.changeset/gold-lies-join.md b/.changeset/gold-lies-join.md deleted file mode 100644 index b87b693..0000000 --- a/.changeset/gold-lies-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@team-plain/typescript-sdk': minor ---- - -Add support for deleting customers (`deleteCustomer()`) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ea2d45..8f04fc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @team-plain/typescript-sdk +## 2.19.0 + +### Minor Changes + +- 0869269: Add support for deleting customers (`deleteCustomer()`) + +### Patch Changes + +- f781425: Improve permission denied error handling so that if you are missing any permissions, the error now tells you which ones they are. + ## 2.18.0 ### Minor Changes diff --git a/package.json b/package.json index ed92218..88844be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@team-plain/typescript-sdk", - "version": "2.18.0", + "version": "2.19.0", "description": "Typescript SDK for Plain's Core GraphQL API", "main": "dist/index.js", "module": "dist/index.mjs",