Skip to content

Commit e56d781

Browse files
author
Louis Béranger
committed
doc: Updated version and changelog
1 parent eda87b7 commit e56d781

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.12.8
2+
------
3+
- Feat: Add `edit_history_tweet_ids` to `TweetV2`
4+
- Feat: Add v1 friends/followers paginators (thanks to @Abdullah-Malik) #380
5+
16
1.12.7
27
------
38
- Fix: Fix Exception throw when response data is truthy but not an object (for example, a raw HTML page) #354

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