Skip to content

Commit 9db3a0f

Browse files
committed
upgrade to 1.27.0
1 parent ac6a9e2 commit 9db3a0f

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

changelog.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.27.0
2+
------
3+
- fix: remove circular import in TwitterApiReadOnly #619 (@PLhery)
4+
- feat: parse user 24h rate limit headers #618 (@PLhery)
5+
- docs: clarify reply and quotes #617 (@PLhery)
6+
- docs: add missing await in auth example #616 (@PLhery)
7+
18
1.26.0
29
------
310
- feat: add amplify_video media category #615 (@PLhery)
@@ -12,10 +19,7 @@
1219
- docs: clarify usage endpoint #606 (@PLhery)
1320
- docs: add ads api docs #605 (@PLhery)
1421
- docs: document communities endpoints #604 (@PLhery)
15-
- Revert "test: add community v2 endpoint coverage (#601)" #603 (@PLhery)
1622
- Avoid prototype property iteration in trimUndefinedProperties #602 (@PLhery)
17-
- test: add community v2 endpoint coverage #601 (@PLhery)
18-
- feat: add release script #600 (@PLhery)
1923
- Add share_with_followers in SendTweetV2Params #599 (@plbompard)
2024

2125
1.25.0

package-lock.json

Lines changed: 2 additions & 2 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
@@ -1,6 +1,6 @@
11
{
22
"name": "twitter-api-v2",
3-
"version": "1.26.0",
3+
"version": "1.27.0",
44
"description": "Strongly typed, full-featured, light, versatile yet powerful Twitter API v1.1 and v2 client for Node.js.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)