Skip to content

Commit 88a757a

Browse files
feat: twitter_username property for users and organizations (#113)
Co-authored-by: Octokit Bot <[email protected]>
1 parent c00f839 commit 88a757a

File tree

5 files changed

+55
-19
lines changed

5 files changed

+55
-19
lines changed

docs/orgs/update.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ The company name.
4646

4747
The publicly visible email address.
4848

49+
</td></tr>
50+
<tr><td>twitter_username</td><td>no</td><td>
51+
52+
The Twitter username of the company.
53+
4954
</td></tr>
5055
<tr><td>location</td><td>no</td><td>
5156

docs/users/updateAuthenticated.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ The new hiring availability of the user.
5959

6060
The new short biography of the user.
6161

62+
</td></tr>
63+
<tr><td>twitter_username</td><td>no</td><td>
64+
65+
The new Twitter username of the user.
66+
6267
</td></tr>
6368
</tbody>
6469
</table>

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"author": "Gregor Martynus (https://twitter.com/gr2m)",
2525
"license": "MIT",
2626
"dependencies": {
27-
"@octokit/types": "^4.0.0",
27+
"@octokit/types": "^4.1.1",
2828
"deprecation": "^2.3.1"
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)