We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2974363 commit 5dd23feCopy full SHA for 5dd23fe
.changeset/six-mice-kneel.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @team-plain/typescript-sdk
2
3
+## 2.5.0
4
+
5
+### Minor Changes
6
7
+- 2974363: Adds getMyWorkspace to fetch the workspace of the authenticated API key
8
9
## 2.4.0
10
11
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@team-plain/typescript-sdk",
- "version": "2.4.0",
+ "version": "2.5.0",
"description": "Typescript SDK for Plain's Core GraphQL API",
"main": "dist/index.js",
"module": "dist/index.mjs",
0 commit comments