diff --git a/.changeset/cool-dancers-doubt.md b/.changeset/cool-dancers-doubt.md deleted file mode 100644 index 4afe625..0000000 --- a/.changeset/cool-dancers-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@team-plain/typescript-sdk': minor ---- - -Support providing a custom API endpoint for testing internally at Plain against staging and other environments. diff --git a/CHANGELOG.md b/CHANGELOG.md index b2fe86f..54a0826 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @team-plain/typescript-sdk +## 1.2.0 + +### Minor Changes + +- 4cda0b8: Support providing a custom API endpoint for testing internally at Plain against staging and other environments. + ## 1.1.1 ### Patch Changes diff --git a/package.json b/package.json index 7b81b63..8671aa3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@team-plain/typescript-sdk", - "version": "1.1.1", + "version": "1.2.0", "description": "Typescript SDK for Plain's Core GraphQL API", "main": "dist/index.js", "module": "dist/index.mjs",