Skip to content

Commit 9f35a58

Browse files
author
Louis Béranger
committed
doc: Bumped version and changelog
1 parent 5ae73ca commit 9f35a58

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
1.12.4
2+
------
3+
- Fix: Ignore rate limit data for endpoints without rate limit headers in paginators #341
4+
- Fix: Patch for unifiying endpoints with various error payload in v1 API #342
5+
- Feat: `variants` property for `media.fields`, add `MediaVariantsV2` interface (thanks to @roncli) #347
6+
17
1.12.3
2-
-------
8+
------
39
- Feat: .favoriteTimeline for API v1 #296 (thanks to @AuroraDysis)
410
- Feat: duration_millis property for v1 medias (thanks to @RyoshiKayo)
511
- Feat: source_user_id and source_user_id_str missing properties in MediaEntityV1 (thanks to @AuroraDysis)

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