diff --git a/changelog.md b/changelog.md index 32bf189..25cdc1a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +1.10.2 +------ +- Feat: Native support of gzip/deflate compression for non-streaming endpoints + 1.10.1 ------ - Fix: Crash when a v2 paginator is empty and response does not contains a `.meta` property #177 diff --git a/package.json b/package.json index 4dd107d..05f11f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twitter-api-v2", - "version": "1.10.1", + "version": "1.10.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",