diff --git a/changelog.md b/changelog.md index e5925ac..3b96e60 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +1.7.2 +----- +- Fix: Paginator can return multiple times the same results in some conditions +- Feat: .done properties for paginators, to know when a next page is fetchable + 1.7.1 ----- - Fix: wrong type for optional parameter images in TweetEntityUrlV2 diff --git a/package.json b/package.json index f7a24a0..36c1a7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twitter-api-v2", - "version": "1.7.1", + "version": "1.7.2", "description": "Strongly typed, full-featured, light, versatile yet powerful Twitter API v1.1 and v2 client for Node.js.", "main": "dist/index.js", "types": "dist/index.d.ts",