Skip to content

Commit c16e5a4

Browse files
committed
doc: Bumped version & changelog
1 parent 77f48eb commit c16e5a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- Feat: Support for custom debug loggers
55
- Fix: Errors accessor to get API errors in paginators #145
66
- Fix: Correctly update .includes/.meta/.errors in paginators when using async iterator #142
7+
- Fix: Incorrect HTTP method for GET lists #147 #148
78
- Doc: Better doc & examples for OAuth 2.0 user-context
89

910
1.8.1

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