Skip to content

Commit 2c6461c

Browse files
committed
chore(version): Update version & changelog
1 parent 66a1009 commit 2c6461c

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.5.2
2+
-----
3+
- Feat: Tweet thread helper #76 #79
4+
- Fix: Explicit max_results parameters should now work properly in paginators #74 #84
5+
- Fix: Endpoints with parameterized URLs now registers properly rate-limit data in cache store
6+
17
1.5.1
28
-----
39
- Fix: Fix return type for v1.1 'tweets' wrapper #72

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