diff --git a/changelog.md b/changelog.md index 85f1730..8d62ad2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,10 @@ +1.6.0 +----- +- Feat: List v2 muted users endpoint #89 +- Feat: Manage v2 lists endpoints +- Feat: Support user-flow with OAuth2 (beta - not documented yet) +- Fix: Incorrect typing for createMediaMetadata #93 + 1.5.2 ----- - Feat: Tweet thread helper #76 #79 diff --git a/package.json b/package.json index 2ea852d..c670ee8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twitter-api-v2", - "version": "1.5.2", + "version": "1.6.0", "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",