diff --git a/.changeset/cyan-stingrays-grab.md b/.changeset/cyan-stingrays-grab.md deleted file mode 100644 index d7eebe5..0000000 --- a/.changeset/cyan-stingrays-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@team-plain/typescript-sdk': patch ---- - -Fix the return type of of upserting a customer (it can not be null) diff --git a/.changeset/rude-horses-drum.md b/.changeset/rude-horses-drum.md deleted file mode 100644 index 6242223..0000000 --- a/.changeset/rude-horses-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@team-plain/typescript-sdk': minor ---- - -Update input types to allow omiting null inputs diff --git a/CHANGELOG.md b/CHANGELOG.md index 55310c3..1a95e67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @team-plain/typescript-sdk +## 0.2.0 + +### Minor Changes + +- 60ce422: Update input types to allow omiting null inputs + +### Patch Changes + +- 60ce422: Fix the return type of of upserting a customer (it can not be null) + ## 0.1.0 ### Minor Changes diff --git a/package.json b/package.json index fc8545e..36b7bce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@team-plain/typescript-sdk", - "version": "0.1.0", + "version": "0.2.0", "description": "Typescript SDK for Plain's Core GraphQL API", "main": "dist/index.js", "module": "dist/index.mjs",