Skip to content

Commit b21d25c

Browse files
committed
doc: Bumped version & changelog
1 parent 906a871 commit b21d25c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.10.1
2+
------
3+
- Fix: Crash when a v2 paginator is empty and response does not contains a `.meta` property #177
4+
- Fix: "Memory leak" when response are abruptly closed by Twitter or OS, because no close/error listener on response object was attributed
5+
16
1.10.0
27
------
38
- Feat: Pagination support for `tweets/:id/liking_users` and `tweets/:id/retweeted_by` #165

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.10.0",
3+
"version": "1.10.1",
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)