diff --git a/changelog.md b/changelog.md index e3dcad1..c8acbef 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +1.9.1 +----- +- Fix: Use next_token instead of until_id if pagination token available #152 + 1.9.0 ----- - Feat: Helpers for v2 includes diff --git a/package.json b/package.json index 86db816..10c3ca5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twitter-api-v2", - "version": "1.9.0", + "version": "1.9.1", "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",