Skip to content

Commit 6388aea

Browse files
committed
fix: added missing team-context clients
1 parent 1a08afc commit 6388aea

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

sdk/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# so-teams-sdk
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Fixed missing team-specific clients

sdk/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "so-teams-sdk",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "SDK for Stack Overflow Teams API",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -22,7 +22,12 @@
2222
"prepublishOnly": "pnpm clean && pnpm build",
2323
"test": "npx tsx ./test.ts"
2424
},
25-
"keywords": ["stackoverflow", "teams", "api", "sdk"],
25+
"keywords": [
26+
"stackoverflow",
27+
"teams",
28+
"api",
29+
"sdk"
30+
],
2631
"author": "",
2732
"license": "ISC",
2833
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)