Skip to content

Commit c9d93d8

Browse files
committed
doc: Bump changelog and version to 1.10.0
1 parent 53438f3 commit c9d93d8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.10.0
2+
------
3+
- Feat: Pagination support for `tweets/:id/liking_users` and `tweets/:id/retweeted_by` #165
4+
- Feat: Support custom Node HTTP agents #149
5+
- Doc: Better example for `.v2.me()` and fix typos #160 #164 (thanks to @rbochenek and @ShubhamKushwah)
6+
17
1.9.1
28
-----
39
- Fix: Use next_token instead of until_id if pagination token available #152

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.9.1",
3+
"version": "1.10.0",
44
"description": "Strongly typed, full-featured, light, versatile yet powerful Twitter API v1.1 and v2 client for Node.js.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)